#include "label.C"Functions | |
| Double_t | saxon (Double_t *x, Double_t *par) |
| Woods-Saxon radial density function. | |
| void | fitr (char *p) |
| fit the obtained density to the Woods-Saxon form and plot the result | |
| void fitr | ( | char * | p | ) |
fit the obtained density to the Woods-Saxon form and plot the result
Fit the obtained density of nucleons in nucleus A to the Woods-Saxon form and plot the result. Requires _profile_=1.
| p | name of the ROOT input file |
| Double_t saxon | ( | Double_t * | x, | |
| Double_t * | par | |||
| ) |
Woods-Saxon radial density function.
| x | radial coordinate |
| par | Woods-Saxon parameters (par[0]=norm, par[1]=R, par[2]=a) |
1.4.7