ROOT 6.08/07 Reference Guide |
Lightweight interface adaptor that exports a RooAbsReal as a ROOT::Math::IMultiGenFunction.
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>
RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsFunc & | func | ) |
Definition at line 48 of file RooMultiGenFunction.cxx.
RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsReal & | func, |
const RooArgList & | observables, | ||
const RooArgList & | parameters | ||
) |
Definition at line 57 of file RooMultiGenFunction.cxx.
RooMultiGenFunction::RooMultiGenFunction | ( | const RooAbsReal & | func, |
const RooArgList & | observables, | ||
const RooArgList & | parameters, | ||
const RooArgSet & | nset | ||
) |
Definition at line 65 of file RooMultiGenFunction.cxx.
RooMultiGenFunction::RooMultiGenFunction | ( | const RooMultiGenFunction & | other | ) |
Definition at line 73 of file RooMultiGenFunction.cxx.
|
virtual |
Definition at line 81 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.
|
protectedvirtual |
Implementation of the evaluation function.
Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 88 of file RooMultiGenFunction.cxx.
|
inlinevirtual |
Retrieve the dimension of the function.
Implements ROOT::Math::IBaseFunctionMultiDim.
Definition at line 43 of file RooMultiGenFunction.h.
|
protected |
Definition at line 49 of file RooMultiGenFunction.h.