Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4INCL::NuclearDensityFunctions::WoodsSaxon Class Reference

#include <G4INCLNDFWoodsSaxon.hh>

Inheritance diagram for G4INCL::NuclearDensityFunctions::WoodsSaxon:
Collaboration diagram for G4INCL::NuclearDensityFunctions::WoodsSaxon:

Public Member Functions

 WoodsSaxon (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 G4INCL::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...
 
InterpolationTableinverseCDFTable (ManipulatorFunc fWrap=0, 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 G4INCL::IFunction1D
G4double xMin
 Minimum value of the independent variable. More...
 
G4double xMax
 Maximum value of the independent variable. More...
 

Additional Inherited Members

- Public Types inherited from G4INCL::IFunction1D
typedef G4double(*const ManipulatorFunc )(const G4double)
 Typedef to simplify the syntax of inverseCDFTable. More...
 

Detailed Description

Definition at line 80 of file G4INCLNDFWoodsSaxon.hh.

Constructor & Destructor Documentation

G4INCL::NuclearDensityFunctions::WoodsSaxon::WoodsSaxon ( G4double  radiusParameter,
G4double  maximumRadius,
G4double  diffusenessParameter 
)
inline

Definition at line 82 of file G4INCLNDFWoodsSaxon.hh.

82  :
83  IFunction1D(0., maximumRadius),
84  theRadiusParameter(radiusParameter),
85  theDiffusenessParameter(diffusenessParameter)
86  {}

Member Function Documentation

G4double G4INCL::NuclearDensityFunctions::WoodsSaxon::getDiffusenessParameter ( )
inline

Definition at line 93 of file G4INCLNDFWoodsSaxon.hh.

G4double G4INCL::NuclearDensityFunctions::WoodsSaxon::getRadiusParameter ( )
inline

Definition at line 92 of file G4INCLNDFWoodsSaxon.hh.

G4double G4INCL::NuclearDensityFunctions::WoodsSaxon::operator() ( const G4double  x) const
inlinevirtual

Compute the value of the function.

Implements G4INCL::IFunction1D.

Definition at line 88 of file G4INCLNDFWoodsSaxon.hh.

void G4INCL::NuclearDensityFunctions::WoodsSaxon::setDiffusenessParameter ( G4double  a)
inline
void G4INCL::NuclearDensityFunctions::WoodsSaxon::setRadiusParameter ( G4double  r)
inline

Member Data Documentation

G4double G4INCL::NuclearDensityFunctions::WoodsSaxon::theDiffusenessParameter
protected

Definition at line 96 of file G4INCLNDFWoodsSaxon.hh.

G4double G4INCL::NuclearDensityFunctions::WoodsSaxon::theRadiusParameter
protected

Definition at line 96 of file G4INCLNDFWoodsSaxon.hh.


The documentation for this class was generated from the following file: