#include <RooBernstein.h>
Inheritance diagram for RooBernstein:
Public Member Functions | |
RooBernstein () | |
RooBernstein (const char *name, const char *title, RooAbsReal &_x, const RooArgList &_coefList) | |
RooBernstein (const RooBernstein &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooBernstein () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
RooBernstein () | |
RooBernstein (const char *name, const char *title, RooAbsReal &_x, const RooArgList &_coefList) | |
RooBernstein (const RooBernstein &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooBernstein () |
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 23 of file RooBernstein.h.
RooBernstein::RooBernstein | ( | ) |
RooBernstein::RooBernstein | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
const RooArgList & | _coefList | |||
) |
Definition at line 46 of file RooBernstein.cxx.
References _coefList, RooListProxy::add(), RooAbsCollection::createIterator(), TNamed::GetName(), and TIterator::Next().
RooBernstein::RooBernstein | ( | const RooBernstein & | other, | |
const char * | name = 0 | |||
) |
Definition at line 69 of file RooBernstein.cxx.
virtual RooBernstein::~RooBernstein | ( | ) | [inline, virtual] |
Definition at line 32 of file RooBernstein.h.
RooBernstein::RooBernstein | ( | ) |
RooBernstein::RooBernstein | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
const RooArgList & | _coefList | |||
) |
RooBernstein::RooBernstein | ( | const RooBernstein & | other, | |
const char * | name = 0 | |||
) |
virtual RooBernstein::~RooBernstein | ( | ) | [inline, virtual] |
Definition at line 32 of file RooBernstein.h.
virtual TObject* RooBernstein::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooBernstein::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 96 of file RooBernstein.cxx.
References _x, and RooAbsReal::matchArgs().
Double_t RooBernstein::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 109 of file RooBernstein.cxx.
References _coefList, _x, TMath::Binomial(), RooAbsCollection::getSize(), RooAbsPdf::getVal(), i, j, RooRealProxy::max(), RooRealProxy::min(), norm(), pow(), xmax, and xmin.
Double_t RooBernstein::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
Definition at line 78 of file RooBernstein.cxx.
References _coefList, _x, TMath::Binomial(), RooAbsCollection::getSize(), i, RooRealProxy::max(), RooRealProxy::min(), pow(), xmax, and xmin.
virtual TObject* RooBernstein::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooBernstein::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooBernstein::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooBernstein::evaluate | ( | ) | const [private, virtual] |
Implements RooAbsReal.
RooRealProxy RooBernstein::_x [private] |
Definition at line 39 of file RooBernstein.h.
Referenced by analyticalIntegral(), evaluate(), and getAnalyticalIntegral().
RooListProxy RooBernstein::_coefList [private] |
Definition at line 40 of file RooBernstein.h.
Referenced by analyticalIntegral(), evaluate(), and RooBernstein().