Geant4  10.00.p04
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
WoodsSaxonRP Class Reference
Inheritance diagram for WoodsSaxonRP:
IFunction1D

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...
 
IFunction1Dprimitive () const
 Return a pointer to the (numerical) primitive to this function. More...
 
InverseInterpolationTableinverseCDFTable (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...
 

Constructor & Destructor Documentation

WoodsSaxonRP ( G4double  radiusParameter,
G4double  maximumRadius,
G4double  diffusenessParameter 
)

Member Function Documentation

G4double operator() ( const G4double  x) const
virtual

Compute the value of the function.

Implements IFunction1D.

References WoodsSaxonRP::theDiffusenessParameter, and WoodsSaxonRP::theRadiusParameter.

G4double getRadiusParameter ( )
G4double getDiffusenessParameter ( )
void setRadiusParameter ( G4double  r)
void setDiffusenessParameter ( G4double  a)

Member Data Documentation

G4double theDiffusenessParameter
protected