ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
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 | integrate (const G4double x0, const G4double x1, const G4double step=-1.) const |
Integrate the function between two values. | |
IFunction1D * | primitive () const |
Return a pointer to the (numerical) primitive to this function. | |
InterpolationTable * | inverseCDFTable (ManipulatorFunc fWrap=0, const G4int nNodes=60) const |
Return a pointer to the inverse of the CDF of this function. | |
Additional Inherited Members | |
Public Types inherited from G4INCL::IFunction1D | |
typedef G4double(*const | ManipulatorFunc )(const G4double) |
Typedef to simplify the syntax of inverseCDFTable. | |
Protected Attributes inherited from G4INCL::IFunction1D | |
G4double | xMin |
Minimum value of the independent variable. | |
G4double | xMax |
Maximum value of the independent variable. | |
Definition at line 69 of file G4INCLNDFParis.hh.
View newest version in sPHENIX GitHub at line 69 of file G4INCLNDFParis.hh
|
inline |
Definition at line 71 of file G4INCLNDFParis.hh.
View newest version in sPHENIX GitHub at line 71 of file G4INCLNDFParis.hh
|
inlinevirtual |
Compute the value of the function.
Implements G4INCL::IFunction1D.
Definition at line 76 of file G4INCLNDFParis.hh.
View newest version in sPHENIX GitHub at line 76 of file G4INCLNDFParis.hh
References G4INCL::DeuteronDensity::densityP().