41 vars(
"vars",
"vars",this)
46 <<
") does not match dimensionality of function (" << ftor.
NDim() <<
")" << endl ;
47 throw string(
"RooFunctor::ctor ERROR") ;
66 os <<
"[ function=" <<
func <<
" " ;
69 if (!TString(p->
name()).BeginsWith(
"!")) {
90 vars(
"vars",
"vars",this)
95 <<
") does not match dimensionality of function (" << ftor.
NDim() <<
")" << endl ;
96 throw string(
"RooFunctor::ctor ERROR") ;
115 os <<
"[ function=" <<
func <<
" " ;
118 if (!TString(p->
name()).BeginsWith(
"!")) {
virtual const char * GetName() const
Returns name of object.
virtual const char * name() const
RooAbsPdf * bindPdf(const char *name, CFUNCD1D func, RooAbsReal &x)
Double_t getVal(const RooArgSet *set=0) const
Double_t evaluate() const
RooAbsReal * bindFunction(const char *name, CFUNCD1D func, RooAbsReal &x)
RooCFunction1Binding is a templated implementation of class RooAbsReal that binds generic C(++) funct...
Double_t evaluate() const
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
const ROOT::Math::IBaseFunctionMultiDim * func
Documentation for the abstract class IBaseFunctionMultiDim.
void printArgs(std::ostream &os) const
Print object arguments, ie its proxies.
RooAbsArg * at(Int_t idx) const
const ROOT::Math::IBaseFunctionMultiDim * func
RooAbsProxy is the abstact interface for proxy classes.
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooAbsProxy * getProxy(Int_t index) const
Return the nth proxy from the proxy list.
Int_t numProxies() const
Return the number of registered proxies.
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
void printArgs(std::ostream &os) const
Print object arguments, ie its proxies.
virtual void print(std::ostream &os, Bool_t addContents=kFALSE) const
Print proxy name.
virtual unsigned int NDim() const =0
Retrieve the dimension of the function.