Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
G4INCL::NuclearDensityFunctions::ParisP Class Reference

#include <G4INCLNDFParis.hh>

Inheritance diagram for G4INCL::NuclearDensityFunctions::ParisP:
G4INCL::IFunction1D

Public Member Functions

 ParisP ()
 
G4double operator() (const G4double p) const
 Compute the value of the function. More...
 
- 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...
 
InverseInterpolationTableinverseCDFTable (const G4int nNodes=60) const
 Return a pointer to the inverse of the CDF of this function. More...
 

Additional Inherited Members

- Protected Attributes inherited from G4INCL::IFunction1D
G4double xMin
 Minimum value of the independent variable. More...
 
G4double xMax
 Maximum value of the independent variable. More...
 

Detailed Description

Definition at line 68 of file G4INCLNDFParis.hh.

Constructor & Destructor Documentation

G4INCL::NuclearDensityFunctions::ParisP::ParisP ( )
inline

Definition at line 70 of file G4INCLNDFParis.hh.

70  : // there are no free parameters in the Paris potential
71  // We let the function go up to 630 MeV/c
72  IFunction1D(0., 630.)
73  {};

Member Function Documentation

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

Compute the value of the function.

Implements G4INCL::IFunction1D.

Definition at line 75 of file G4INCLNDFParis.hh.

References G4INCL::DeuteronDensity::densityP().

75  {
77  }
const char * p
Definition: xmltok.h:285
G4double densityP(const G4double p)
PDF for a nucleon in p space.

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