Inheritance diagram for TF1_EvalWrapper:
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 |
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 Attributes | |
TF1 * | fFunc |
Double_t | fX [1] |
const double * | fPar |
Bool_t | fAbsVal |
Double_t | fN |
Double_t | fX0 |
Definition at line 74 of file TF1.cxx.
ROOT::Math::IGenFunction* TF1_EvalWrapper::Clone | ( | ) | const [inline, virtual] |
Clone a function. Each derived class will implement his version of the provate DoClone method
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 86 of file TF1.cxx.
References TF1_EvalWrapper().
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 93 of file TF1.cxx.
References TF1::EvalPar(), fAbsVal, fFunc, fPar, and fX.
Definition at line 100 of file TF1.cxx.
References TMath::Abs(), TF1::EvalPar(), fFunc, fPar, and fX.
Referenced by TF1::CentralMoment().
Definition at line 105 of file TF1.cxx.
References TMath::Abs(), TF1::EvalPar(), fFunc, fN, fPar, fX, fX0, and TMath::Power().
Referenced by TF1::CentralMoment(), and TF1::Moment().
Definition at line 110 of file TF1.cxx.
Referenced by DoEval(), EvalFirstMom(), EvalNMom(), and TF1_EvalWrapper().
Double_t TF1_EvalWrapper::fX[1] [mutable] |
Definition at line 111 of file TF1.cxx.
Referenced by DoEval(), EvalFirstMom(), EvalNMom(), and TF1_EvalWrapper().
const double* TF1_EvalWrapper::fPar |
Definition at line 112 of file TF1.cxx.
Referenced by DoEval(), EvalFirstMom(), EvalNMom(), and TF1_EvalWrapper().