Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::NuclearDensityFunctions::ParisP Class Reference

#include <G4INCLNDFParis.hh>

+ Inheritance diagram for G4INCL::NuclearDensityFunctions::ParisP:

Public Member Functions

 ParisP ()
 
G4double operator() (const G4double p) const
 Compute the value of the function.
 
- 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.
 
virtual G4double getXMaximum () const
 Return the maximum allowed value of the independent variable.
 
virtual G4double operator() (const G4double x) const =0
 Compute the value of the function.
 
virtual G4double integrate (const G4double x0, const G4double x1, const G4double step=-1.) const
 Integrate the function between two values.
 
IFunction1Dprimitive () const
 Return a pointer to the (numerical) primitive to this function.
 
InverseInterpolationTableinverseCDFTable (const G4int nNodes=60) const
 Return a pointer to the inverse of the CDF of this function.
 

Additional Inherited Members

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

Detailed Description

Definition at line 70 of file G4INCLNDFParis.hh.

Constructor & Destructor Documentation

◆ ParisP()

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

Definition at line 72 of file G4INCLNDFParis.hh.

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

Member Function Documentation

◆ operator()()

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

Compute the value of the function.

Implements G4INCL::IFunction1D.

Definition at line 77 of file G4INCLNDFParis.hh.

77 {
79 }
static G4double densityP(const G4double p)
PDF for a nucleon in p space.

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