59 vars(
"vars",
"vars",this)
63 coutE(InputArguments) <<
"RooFunctorBinding::ctor(" <<
GetName() <<
") ERROR number of provided variables (" <<
v.getSize()
64 <<
") does not match dimensionality of function (" << ftor.
NDim() <<
")" << endl ;
65 throw string(
"RooFunctor::ctor ERROR") ;
75 vars(
"vars",this,other.vars)
84 os <<
"[ function=" <<
func <<
" " ;
114 vars(
"vars",
"vars",this)
118 coutE(InputArguments) <<
"RooFunctorPdfBinding::ctor(" <<
GetName() <<
") ERROR number of provided variables (" <<
v.getSize()
119 <<
") does not match dimensionality of function (" << ftor.
NDim() <<
")" << endl ;
120 throw string(
"RooFunctor::ctor ERROR") ;
130 vars(
"vars",this,other.vars)
139 os <<
"[ function=" <<
func <<
" " ;
virtual unsigned int NDim() const =0
Retrieve the dimension of the function.
Int_t numProxies() const
Return the number of registered proxies.
RooAbsProxy * getProxy(Int_t index) const
Return the nth proxy from the proxy list.
RooAbsProxy is the abstact interface for proxy classes.
virtual void print(std::ostream &os, Bool_t addContents=kFALSE) const
Print proxy name.
virtual const char * name() const
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
Double_t getVal(const RooArgSet *normalisationSet=nullptr) const
Evaluate object.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooAbsArg * at(Int_t idx) const
Return object at given index, or nullptr if index is out of range.
RooFunctorBinding makes math functions from ROOT usable in RooFit.
const ROOT::Math::IBaseFunctionMultiDim * func
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
void printArgs(std::ostream &os) const
Print object arguments, ie its proxies.
RooFunctorPdfBinding makes math functions from ROOT usable as PDFs in RooFit.
void printArgs(std::ostream &os) const
Print object arguments, ie its proxies.
Double_t evaluate() const
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
const ROOT::Math::IBaseFunctionMultiDim * func
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE) override
Reimplementation of standard RooArgList::add()
virtual const char * GetName() const
Returns name of object.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
RooAbsPdf * bindPdf(const char *name, CFUNCD1D func, RooAbsReal &x)
RooAbsReal * bindFunction(const char *name, CFUNCD1D func, RooAbsReal &x)