#include <RooTFnBinding.h>
Inheritance diagram for RooTFnBinding:

Public Member Functions | |
| RooTFnBinding () | |
| RooTFnBinding (const char *name, const char *title, TF1 *_func, const RooArgList &_list) | |
| RooTFnBinding (const char *name, const char *title, TF1 *_func, const RooArgList &_list, const RooArgList &_plist) | |
| RooTFnBinding (const RooTFnBinding &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~RooTFnBinding () |
| void | printArgs (ostream &os) const |
| RooTFnBinding () | |
| RooTFnBinding (const char *name, const char *title, TF1 *_func, const RooArgList &_list) | |
| RooTFnBinding (const char *name, const char *title, TF1 *_func, const RooArgList &_list, const RooArgList &_plist) | |
| RooTFnBinding (const RooTFnBinding &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~RooTFnBinding () |
| void | printArgs (ostream &os) const |
Protected Member Functions | |
| Double_t | evaluate () const |
| Double_t | evaluate () const |
Protected Attributes | |
| RooListProxy | olist |
| RooListProxy | plist |
| TF1 * | func |
| TF1 * | func |
Definition at line 17 of file RooTFnBinding.h.
| RooTFnBinding::RooTFnBinding | ( | ) | [inline] |
| RooTFnBinding::RooTFnBinding | ( | const char * | name, | |
| const char * | title, | |||
| TF1 * | _func, | |||
| const RooArgList & | _list | |||
| ) |
| RooTFnBinding::RooTFnBinding | ( | const char * | name, | |
| const char * | title, | |||
| TF1 * | _func, | |||
| const RooArgList & | _list, | |||
| const RooArgList & | _plist | |||
| ) |
| RooTFnBinding::RooTFnBinding | ( | const RooTFnBinding & | other, | |
| const char * | name = 0 | |||
| ) |
Definition at line 38 of file RooTFnBinding.cxx.
| virtual RooTFnBinding::~RooTFnBinding | ( | ) | [inline, virtual] |
Definition at line 24 of file RooTFnBinding.h.
| RooTFnBinding::RooTFnBinding | ( | ) | [inline] |
Definition at line 19 of file RooTFnBinding.h.
| RooTFnBinding::RooTFnBinding | ( | const char * | name, | |
| const char * | title, | |||
| TF1 * | _func, | |||
| const RooArgList & | _list | |||
| ) |
| RooTFnBinding::RooTFnBinding | ( | const char * | name, | |
| const char * | title, | |||
| TF1 * | _func, | |||
| const RooArgList & | _list, | |||
| const RooArgList & | _plist | |||
| ) |
| RooTFnBinding::RooTFnBinding | ( | const RooTFnBinding & | other, | |
| const char * | name = 0 | |||
| ) |
| virtual RooTFnBinding::~RooTFnBinding | ( | ) | [inline, virtual] |
Definition at line 24 of file RooTFnBinding.h.
| virtual TObject* RooTFnBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
| void RooTFnBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
Definition at line 61 of file RooTFnBinding.cxx.
References func, TNamed::GetName(), RooAbsArg::getProxy(), TNamed::GetTitle(), i, RooAbsArg::numProxies(), and p.
| Double_t RooTFnBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 48 of file RooTFnBinding.cxx.
References RooArgList::at(), TF1::Eval(), func, TFormula::GetNpar(), RooAbsReal::getVal(), i, olist, plist, TFormula::SetParameter(), x, and y.
| virtual TObject* RooTFnBinding::clone | ( | const char * | newname | ) | const [inline, virtual] |
| void RooTFnBinding::printArgs | ( | ostream & | os | ) | const [virtual] |
Reimplemented from RooAbsArg.
| Double_t RooTFnBinding::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooListProxy RooTFnBinding::olist [protected] |
RooListProxy RooTFnBinding::plist [protected] |
TF1* RooTFnBinding::func [protected] |
TF1* RooTFnBinding::func [protected] |
Definition at line 32 of file RooTFnBinding.h.
1.5.1