#include <RooGenFunction.h>
Inheritance diagram for RooGenFunction:

Public Member Functions | |
| RooGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters) | |
| RooGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters, const RooArgSet &nset) | |
| RooGenFunction (const RooGenFunction &other) | |
| virtual | ~RooGenFunction () |
| virtual ROOT::Math::IBaseFunctionOneDim * | Clone () const |
| RooGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters) | |
| RooGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters, const RooArgSet &nset) | |
| RooGenFunction (const RooGenFunction &other) | |
| virtual | ~RooGenFunction () |
| virtual ROOT::Math::IBaseFunctionOneDim * | Clone () const |
Protected Member Functions | |
| double | DoEval (double) const |
| implementation of the evaluation function. Must be implemented by derived classes | |
| double | DoEval (double) const |
| implementation of the evaluation function. Must be implemented by derived classes | |
Protected Attributes | |
| RooFunctor | _ftor |
Definition at line 22 of file RooGenFunction.h.
| RooGenFunction::RooGenFunction | ( | const RooAbsReal & | func, | |
| const RooArgList & | observables, | |||
| const RooArgList & | parameters | |||
| ) |
| RooGenFunction::RooGenFunction | ( | const RooAbsReal & | func, | |
| const RooArgList & | observables, | |||
| const RooArgList & | parameters, | |||
| const RooArgSet & | nset | |||
| ) |
Definition at line 50 of file RooGenFunction.cxx.
| RooGenFunction::RooGenFunction | ( | const RooGenFunction & | other | ) |
Definition at line 57 of file RooGenFunction.cxx.
| RooGenFunction::~RooGenFunction | ( | ) | [virtual] |
Definition at line 64 of file RooGenFunction.cxx.
| RooGenFunction::RooGenFunction | ( | const RooAbsReal & | func, | |
| const RooArgList & | observables, | |||
| const RooArgList & | parameters | |||
| ) |
| RooGenFunction::RooGenFunction | ( | const RooAbsReal & | func, | |
| const RooArgList & | observables, | |||
| const RooArgList & | parameters, | |||
| const RooArgSet & | nset | |||
| ) |
| RooGenFunction::RooGenFunction | ( | const RooGenFunction & | other | ) |
| virtual RooGenFunction::~RooGenFunction | ( | ) | [virtual] |
| virtual ROOT::Math::IBaseFunctionOneDim* RooGenFunction::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 30 of file RooGenFunction.h.
References RooGenFunction().
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 70 of file RooGenFunction.cxx.
References _ftor.
| virtual ROOT::Math::IBaseFunctionOneDim* RooGenFunction::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 30 of file RooGenFunction.h.
References RooGenFunction().
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
RooFunctor RooGenFunction::_ftor [protected] |
1.5.1