Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLRootFinder.hh>
Public Member Functions | |
virtual void | cleanUp (const G4bool success) const =0 |
virtual | ~RootFunctor () |
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. | |
IFunction1D * | primitive () const |
Return a pointer to the (numerical) primitive to this function. | |
InverseInterpolationTable * | inverseCDFTable (const G4int nNodes=60) const |
Return a pointer to the inverse of the CDF of this function. | |
Protected Member Functions | |
RootFunctor (const G4double x0, const G4double x1) | |
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. | |
Definition at line 56 of file G4INCLRootFinder.hh.
|
inlinevirtual |
Definition at line 59 of file G4INCLRootFinder.hh.
Definition at line 61 of file G4INCLRootFinder.hh.
Referenced by G4INCL::RootFinder::solve().