|
Geant4
10.00.p04
|
Public Member Functions | |
| WoodsSaxonRP (G4double radiusParameter, G4double maximumRadius, G4double diffusenessParameter) | |
| G4double | operator() (const G4double r) const |
| Compute the value of the function. More... | |
| G4double | getRadiusParameter () |
| G4double | getDiffusenessParameter () |
| void | setRadiusParameter (G4double r) |
| void | setDiffusenessParameter (G4double a) |
Public Member Functions inherited from IFunction1D | |
| IFunction1D () | |
| IFunction1D (const G4double x0, const G4double x1) | |
| virtual | ~IFunction1D () |
| virtual G4double | getXMinimum () const |
| Return the minimum allowed value of the independent variable. More... | |
| virtual G4double | getXMaximum () const |
| Return the maximum allowed value of the independent variable. More... | |
| virtual G4double | integrate (const G4double x0, const G4double x1, const G4double step=-1.) const |
| Integrate the function between two values. More... | |
| IFunction1D * | primitive () const |
| Return a pointer to the (numerical) primitive to this function. More... | |
| InverseInterpolationTable * | inverseCDFTable (const G4int nNodes=60) const |
| Return a pointer to the inverse of the CDF of this function. More... | |
Protected Attributes | |
| G4double | theRadiusParameter |
| G4double | theDiffusenessParameter |
Protected Attributes inherited from IFunction1D | |
| G4double | xMin |
| Minimum value of the independent variable. More... | |
| G4double | xMax |
| Maximum value of the independent variable. More... | |
| WoodsSaxonRP | ( | G4double | radiusParameter, |
| G4double | maximumRadius, | ||
| G4double | diffusenessParameter | ||
| ) |
Compute the value of the function.
Implements IFunction1D.
References WoodsSaxonRP::theDiffusenessParameter, and WoodsSaxonRP::theRadiusParameter.
| G4double getRadiusParameter | ( | ) |
References WoodsSaxonRP::theRadiusParameter.
| G4double getDiffusenessParameter | ( | ) |
References WoodsSaxonRP::theDiffusenessParameter.
References WoodsSaxonRP::theRadiusParameter.
|
protected |
|
protected |
Referenced by WoodsSaxonRP::getDiffusenessParameter(), and WoodsSaxonRP::operator()().