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

Public Member Functions | |
| RooChebychev () | |
| RooChebychev (const char *name, const char *title, RooAbsReal &_x, const RooArgList &_coefList) | |
| RooChebychev (const RooChebychev &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~RooChebychev () |
| Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
| Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
| RooChebychev () | |
| RooChebychev (const char *name, const char *title, RooAbsReal &_x, const RooArgList &_coefList) | |
| RooChebychev (const RooChebychev &other, const char *name=0) | |
| virtual TObject * | clone (const char *newname) const |
| virtual | ~RooChebychev () |
| Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
| Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Private Member Functions | |
| Double_t | evaluate () const |
| Double_t | evaluate () const |
Private Attributes | |
| RooRealProxy | _x |
| RooListProxy | _coefList |
Definition at line 25 of file RooChebychev.h.
| RooChebychev::RooChebychev | ( | ) |
| RooChebychev::RooChebychev | ( | const char * | name, | |
| const char * | title, | |||
| RooAbsReal & | _x, | |||
| const RooArgList & | _coefList | |||
| ) |
Definition at line 45 of file RooChebychev.cxx.
References _coefList, RooListProxy::add(), RooAbsCollection::createIterator(), TNamed::GetName(), and TIterator::Next().
| RooChebychev::RooChebychev | ( | const RooChebychev & | other, | |
| const char * | name = 0 | |||
| ) |
Definition at line 68 of file RooChebychev.cxx.
| virtual RooChebychev::~RooChebychev | ( | ) | [inline, virtual] |
Definition at line 34 of file RooChebychev.h.
| RooChebychev::RooChebychev | ( | ) |
| RooChebychev::RooChebychev | ( | const char * | name, | |
| const char * | title, | |||
| RooAbsReal & | _x, | |||
| const RooArgList & | _coefList | |||
| ) |
| RooChebychev::RooChebychev | ( | const RooChebychev & | other, | |
| const char * | name = 0 | |||
| ) |
| virtual RooChebychev::~RooChebychev | ( | ) | [inline, virtual] |
Definition at line 34 of file RooChebychev.h.
| virtual TObject* RooChebychev::clone | ( | const char * | newname | ) | const [inline, virtual] |
| Int_t RooChebychev::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
| RooArgSet & | analVars, | |||
| const char * | rangeName = 0 | |||
| ) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 105 of file RooChebychev.cxx.
References _x, and RooAbsReal::matchArgs().
| Double_t RooChebychev::analyticalIntegral | ( | Int_t | code, | |
| const char * | rangeName = 0 | |||
| ) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 118 of file RooChebychev.cxx.
References _coefList, _x, RooAbsCollection::getSize(), RooRealProxy::max(), RooRealProxy::min(), norm(), xmax, and xmin.
| Double_t RooChebychev::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
Definition at line 83 of file RooChebychev.cxx.
References _coefList, _x, RooAbsCollection::getSize(), RooRealProxy::max(), RooRealProxy::min(), p1(), p2(), p3(), x, x2, xmax, and xmin.
| virtual TObject* RooChebychev::clone | ( | const char * | newname | ) | const [inline, virtual] |
| Int_t RooChebychev::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
| RooArgSet & | analVars, | |||
| const char * | rangeName = 0 | |||
| ) | const [virtual] |
Reimplemented from RooAbsReal.
| Double_t RooChebychev::analyticalIntegral | ( | Int_t | code, | |
| const char * | rangeName = 0 | |||
| ) | const [virtual] |
Reimplemented from RooAbsReal.
| Double_t RooChebychev::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
RooRealProxy RooChebychev::_x [private] |
Definition at line 41 of file RooChebychev.h.
Referenced by analyticalIntegral(), evaluate(), and getAnalyticalIntegral().
RooListProxy RooChebychev::_coefList [private] |
Definition at line 42 of file RooChebychev.h.
Referenced by analyticalIntegral(), evaluate(), and RooChebychev().
1.5.1