#include <RooFunctor1DBinding.h>
Inheritance diagram for RooFunctor1DBinding:
Public Member Functions | |
RooFunctor1DBinding () | |
RooFunctor1DBinding (const char *name, const char *title, const ROOT::Math::IBaseFunctionOneDim &ftor, RooAbsReal &var) | |
RooFunctor1DBinding (const RooFunctor1DBinding &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooFunctor1DBinding () |
void | printArgs (ostream &os) const |
RooFunctor1DBinding () | |
RooFunctor1DBinding (const char *name, const char *title, const ROOT::Math::IBaseFunctionOneDim &ftor, RooAbsReal &var) | |
RooFunctor1DBinding (const RooFunctor1DBinding &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooFunctor1DBinding () |
void | printArgs (ostream &os) const |
Protected Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Protected Attributes | |
const ROOT::Math::IBaseFunctionOneDim * | func |
RooRealProxy | var |
const ROOT::Math::IBaseFunctionOneDim * | func |
Definition at line 37 of file RooFunctor1DBinding.h.
RooFunctor1DBinding::RooFunctor1DBinding | ( | ) | [inline] |
RooFunctor1DBinding::RooFunctor1DBinding | ( | const char * | name, | |
const char * | title, | |||
const ROOT::Math::IBaseFunctionOneDim & | ftor, | |||
RooAbsReal & | var | |||
) |
Definition at line 36 of file RooFunctor1DBinding.cxx.
RooFunctor1DBinding::RooFunctor1DBinding | ( | const RooFunctor1DBinding & | other, | |
const char * | name = 0 | |||
) |
Definition at line 44 of file RooFunctor1DBinding.cxx.
virtual RooFunctor1DBinding::~RooFunctor1DBinding | ( | ) | [inline, virtual] |
Definition at line 45 of file RooFunctor1DBinding.h.
RooFunctor1DBinding::RooFunctor1DBinding | ( | ) | [inline] |
Definition at line 39 of file RooFunctor1DBinding.h.
RooFunctor1DBinding::RooFunctor1DBinding | ( | const char * | name, | |
const char * | title, | |||
const ROOT::Math::IBaseFunctionOneDim & | ftor, | |||
RooAbsReal & | var | |||
) |
RooFunctor1DBinding::RooFunctor1DBinding | ( | const RooFunctor1DBinding & | other, | |
const char * | name = 0 | |||
) |
virtual RooFunctor1DBinding::~RooFunctor1DBinding | ( | ) | [inline, virtual] |
Definition at line 45 of file RooFunctor1DBinding.h.
virtual TObject* RooFunctor1DBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 44 of file RooFunctor1DBinding.h.
References RooFunctor1DBinding().
void RooFunctor1DBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
Definition at line 54 of file RooFunctor1DBinding.cxx.
References func, RooAbsArg::getProxy(), i, RooAbsArg::numProxies(), and p.
Double_t RooFunctor1DBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 67 of file RooFunctor1DBinding.cxx.
References RooRealProxy::arg(), func, RooAbsReal::getVal(), and var.
virtual TObject* RooFunctor1DBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsArg.
Definition at line 44 of file RooFunctor1DBinding.h.
References RooFunctor1DBinding().
void RooFunctor1DBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
Double_t RooFunctor1DBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
const ROOT::Math::IBaseFunctionOneDim* RooFunctor1DBinding::func [protected] |
RooRealProxy RooFunctor1DBinding::var [protected] |
const ROOT::Math::IBaseFunctionOneDim* RooFunctor1DBinding::func [protected] |
Definition at line 52 of file RooFunctor1DBinding.h.