Public Member Functions | |
| TF1_EvalWrapper (TF1 *f, const Double_t *par, bool useAbsVal, Double_t n=1, Double_t x0=0) | |
| ROOT::Math::IGenFunction * | Clone () const | 
| Clone a function.   | |
| Double_t | DoEval (Double_t x) const | 
| implementation of the evaluation function. Must be implemented by derived classes   | |
| Double_t | EvalFirstMom (Double_t x) | 
| Double_t | EvalNMom (Double_t x) const | 
  Public Member Functions inherited from ROOT::Math::IBaseFunctionOneDim | |
| IBaseFunctionOneDim () | |
| virtual | ~IBaseFunctionOneDim () | 
| virtual destructor   | |
| double | operator() (const double *x) const | 
| Evaluate the function at a point x[].   | |
| double | operator() (double x) const | 
| Evaluate the function at a point x Use the a pure virtual private method DoEval which must be implemented by sub-classes.   | |
Public Attributes | |
| Bool_t | fAbsVal | 
| TF1 * | fFunc | 
| Double_t | fN | 
| const double * | fPar | 
| Double_t | fX [1] | 
| Double_t | fX0 | 
Additional Inherited Members | |
  Public Types inherited from ROOT::Math::IBaseFunctionOneDim | |
| typedef IBaseFunctionOneDim | BaseFunc | 
      
  | 
  inlinevirtual | 
Clone a function.
Each derived class will implement their version of the provate DoClone method
Implements ROOT::Math::IBaseFunctionOneDim.
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.