Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions
G4INCL::RootFunctor Class Referenceabstract

#include <G4INCLRootFinder.hh>

Inheritance diagram for G4INCL::RootFunctor:
G4INCL::IFunction1D

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. More...
 
virtual G4double getXMaximum () const
 Return the maximum allowed value of the independent variable. More...
 
virtual G4double operator() (const G4double x) const =0
 Compute the value of the function. 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...
 

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. More...
 
G4double xMax
 Maximum value of the independent variable. More...
 

Detailed Description

Definition at line 54 of file G4INCLRootFinder.hh.

Constructor & Destructor Documentation

virtual G4INCL::RootFunctor::~RootFunctor ( )
inlinevirtual

Definition at line 57 of file G4INCLRootFinder.hh.

57 {};
G4INCL::RootFunctor::RootFunctor ( const G4double  x0,
const G4double  x1 
)
inlineprotected

Definition at line 59 of file G4INCLRootFinder.hh.

59  :
60  IFunction1D(x0, x1)
61  {};

Member Function Documentation

virtual void G4INCL::RootFunctor::cleanUp ( const G4bool  success) const
pure virtual

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