![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 27 of file RooMultiGenFunction.h.
Public Member Functions | |
| RooMultiGenFunction (const RooAbsFunc &func) | |
| RooMultiGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters) | |
| RooMultiGenFunction (const RooAbsReal &func, const RooArgList &observables, const RooArgList ¶meters, const RooArgSet &nset) | |
| RooMultiGenFunction (const RooMultiGenFunction &other) | |
| virtual | ~RooMultiGenFunction () |
| virtual ROOT::Math::IBaseFunctionMultiDim * | Clone () const |
| Clone a function. More... | |
| unsigned int | NDim () const |
| Retrieve the dimension of the function. More... | |
Public Member Functions inherited from ROOT::Math::IBaseFunctionMultiDim | |
| IBaseFunctionMultiDim () | |
| virtual | ~IBaseFunctionMultiDim () |
| virtual destructor More... | |
| double | operator() (const double *x) const |
| Evaluate the function at a point x[]. More... | |
Protected Member Functions | |
| double | DoEval (const double *) const |
| Implementation of the evaluation function. More... | |
Protected Attributes | |
| RooFunctor | _ftor |
Additional Inherited Members | |
Public Types inherited from ROOT::Math::IBaseFunctionMultiDim | |
| typedef IBaseFunctionMultiDim | BaseFunc |
#include <RooMultiGenFunction.h>
Inheritance diagram for RooMultiGenFunction:
Collaboration diagram for RooMultiGenFunction:| RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsFunc & | func | ) |
Definition at line 47 of file RooMultiGenFunction.cxx.
Referenced by Clone().
| RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsReal & | func, |
| const RooArgList & | observables, | ||
| const RooArgList & | parameters | ||
| ) |
Definition at line 56 of file RooMultiGenFunction.cxx.
| RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsReal & | func, |
| const RooArgList & | observables, | ||
| const RooArgList & | parameters, | ||
| const RooArgSet & | nset | ||
| ) |
Definition at line 64 of file RooMultiGenFunction.cxx.
| RooMultiGenFunction::RooMultiGenFunction | ( | const RooMultiGenFunction & | other | ) |
Definition at line 72 of file RooMultiGenFunction.cxx.
|
virtual |
Definition at line 80 of file RooMultiGenFunction.cxx.
|
inlinevirtual |
Clone a function.
Each derived class must implement their version of the Clone method
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 36 of file RooMultiGenFunction.h.
Implementation of the evaluation function.
Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 87 of file RooMultiGenFunction.cxx.
|
inlinevirtual |
Retrieve the dimension of the function.
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 43 of file RooMultiGenFunction.h.
Referenced by RooAdaptiveIntegratorND::checkLimits(), RooAdaptiveIntegratorND::RooAdaptiveIntegratorND(), and RooAdaptiveIntegratorND::setLimits().
|
protected |
Definition at line 49 of file RooMultiGenFunction.h.