#include <RooCBShape.h>
Inheritance diagram for RooCBShape:
Public Member Functions | |
RooCBShape () | |
RooCBShape (const char *name, const char *title, RooAbsReal &_m, RooAbsReal &_m0, RooAbsReal &_sigma, RooAbsReal &_alpha, RooAbsReal &_n) | |
RooCBShape (const RooCBShape &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooCBShape () |
virtual Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
virtual Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
virtual Int_t | getMaxVal (const RooArgSet &vars) const |
virtual Double_t | maxVal (Int_t code) const |
RooCBShape () | |
RooCBShape (const char *name, const char *title, RooAbsReal &_m, RooAbsReal &_m0, RooAbsReal &_sigma, RooAbsReal &_alpha, RooAbsReal &_n) | |
RooCBShape (const RooCBShape &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooCBShape () |
virtual Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
virtual Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
virtual Int_t | getMaxVal (const RooArgSet &vars) const |
virtual Double_t | maxVal (Int_t code) const |
Protected Member Functions | |
Double_t | ApproxErf (Double_t arg) const |
Double_t | evaluate () const |
Double_t | ApproxErf (Double_t arg) const |
Double_t | evaluate () const |
Protected Attributes | |
RooRealProxy | m |
RooRealProxy | m0 |
RooRealProxy | sigma |
RooRealProxy | alpha |
RooRealProxy | n |
Definition at line 24 of file RooCBShape.h.
RooCBShape::RooCBShape | ( | ) | [inline] |
RooCBShape::RooCBShape | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _m, | |||
RooAbsReal & | _m0, | |||
RooAbsReal & | _sigma, | |||
RooAbsReal & | _alpha, | |||
RooAbsReal & | _n | |||
) |
Definition at line 59 of file RooCBShape.cxx.
RooCBShape::RooCBShape | ( | const RooCBShape & | other, | |
const char * | name = 0 | |||
) |
Definition at line 73 of file RooCBShape.cxx.
virtual RooCBShape::~RooCBShape | ( | ) | [inline, virtual] |
Definition at line 34 of file RooCBShape.h.
RooCBShape::RooCBShape | ( | ) | [inline] |
Definition at line 26 of file RooCBShape.h.
RooCBShape::RooCBShape | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _m, | |||
RooAbsReal & | _m0, | |||
RooAbsReal & | _sigma, | |||
RooAbsReal & | _alpha, | |||
RooAbsReal & | _n | |||
) |
RooCBShape::RooCBShape | ( | const RooCBShape & | other, | |
const char * | name = 0 | |||
) |
virtual RooCBShape::~RooCBShape | ( | ) | [inline, virtual] |
Definition at line 34 of file RooCBShape.h.
virtual TObject* RooCBShape::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooCBShape::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 102 of file RooCBShape.cxx.
References m, and RooAbsReal::matchArgs().
Reimplemented from RooAbsReal.
Definition at line 113 of file RooCBShape.cxx.
References a, alpha, ApproxErf(), b, exp(), ROOT::Math::fabs(), log(), m, m0, RooRealProxy::max(), RooRealProxy::min(), n, TMath::Power(), result(), and sigma.
Reimplemented from RooAbsReal.
Definition at line 180 of file RooCBShape.cxx.
References dummy, m, and RooAbsReal::matchArgs().
Definition at line 42 of file RooCBShape.cxx.
References RooMath::erf().
Referenced by analyticalIntegral().
Double_t RooCBShape::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 82 of file RooCBShape.cxx.
References a, alpha, b, exp(), ROOT::Math::fabs(), m, m0, n, TMath::Power(), sigma, and t.
virtual TObject* RooCBShape::clone | ( | const char * | newname | ) | const [inline, virtual] |
virtual Int_t RooCBShape::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
virtual Double_t RooCBShape::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Reimplemented from RooAbsReal.
Reimplemented from RooAbsReal.
Double_t RooCBShape::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooRealProxy RooCBShape::m [protected] |
Definition at line 47 of file RooCBShape.h.
Referenced by analyticalIntegral(), evaluate(), getAnalyticalIntegral(), and getMaxVal().
RooRealProxy RooCBShape::m0 [protected] |
RooRealProxy RooCBShape::sigma [protected] |
RooRealProxy RooCBShape::alpha [protected] |
RooRealProxy RooCBShape::n [protected] |