#include <RooFunctorBinding.h>
Inheritance diagram for RooFunctorBinding:
Public Member Functions | |
RooFunctorBinding () | |
RooFunctorBinding (const char *name, const char *title, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars) | |
RooFunctorBinding (const RooFunctorBinding &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooFunctorBinding () |
void | printArgs (ostream &os) const |
RooFunctorBinding () | |
RooFunctorBinding (const char *name, const char *title, const ROOT::Math::IBaseFunctionMultiDim &ftor, const RooArgList &vars) | |
RooFunctorBinding (const RooFunctorBinding &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooFunctorBinding () |
void | printArgs (ostream &os) const |
Protected Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Protected Attributes | |
const ROOT::Math::IBaseFunctionMultiDim * | func |
RooListProxy | vars |
Double_t * | x |
const ROOT::Math::IBaseFunctionMultiDim * | func |
Double_t * | x |
Definition at line 37 of file RooFunctorBinding.h.
RooFunctorBinding::RooFunctorBinding | ( | ) | [inline] |
RooFunctorBinding::RooFunctorBinding | ( | const char * | name, | |
const char * | title, | |||
const ROOT::Math::IBaseFunctionMultiDim & | ftor, | |||
const RooArgList & | vars | |||
) |
Definition at line 36 of file RooFunctorBinding.cxx.
References coutE, func(), RooFit::InputArguments, and x.
RooFunctorBinding::RooFunctorBinding | ( | const RooFunctorBinding & | other, | |
const char * | name = 0 | |||
) |
Definition at line 52 of file RooFunctorBinding.cxx.
References func, ROOT::Math::IBaseFunctionMultiDim::NDim(), and x.
virtual RooFunctorBinding::~RooFunctorBinding | ( | ) | [inline, virtual] |
RooFunctorBinding::RooFunctorBinding | ( | ) | [inline] |
Definition at line 39 of file RooFunctorBinding.h.
RooFunctorBinding::RooFunctorBinding | ( | const char * | name, | |
const char * | title, | |||
const ROOT::Math::IBaseFunctionMultiDim & | ftor, | |||
const RooArgList & | vars | |||
) |
RooFunctorBinding::RooFunctorBinding | ( | const RooFunctorBinding & | other, | |
const char * | name = 0 | |||
) |
virtual RooFunctorBinding::~RooFunctorBinding | ( | ) | [inline, virtual] |
virtual TObject* RooFunctorBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 44 of file RooFunctorBinding.h.
References RooFunctorBinding().
void RooFunctorBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
Definition at line 63 of file RooFunctorBinding.cxx.
References func, RooAbsArg::getProxy(), i, RooAbsArg::numProxies(), and p.
Double_t RooFunctorBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 76 of file RooFunctorBinding.cxx.
References RooArgList::at(), func, RooAbsCollection::getSize(), RooAbsReal::getVal(), i, vars, and x.
virtual TObject* RooFunctorBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 44 of file RooFunctorBinding.h.
References RooFunctorBinding().
void RooFunctorBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
Double_t RooFunctorBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
const ROOT::Math::IBaseFunctionMultiDim* RooFunctorBinding::func [protected] |
Definition at line 52 of file RooFunctorBinding.h.
Referenced by evaluate(), printArgs(), and RooFunctorBinding().
RooListProxy RooFunctorBinding::vars [protected] |
Double_t* RooFunctorBinding::x [protected] |
Definition at line 54 of file RooFunctorBinding.h.
Referenced by evaluate(), RooFunctorBinding(), and ~RooFunctorBinding().
const ROOT::Math::IBaseFunctionMultiDim* RooFunctorBinding::func [protected] |
Definition at line 52 of file RooFunctorBinding.h.
Double_t* RooFunctorBinding::x [protected] |
Definition at line 54 of file RooFunctorBinding.h.