#include <RooExponential.h>
Inheritance diagram for RooExponential:
Public Member Functions | |
RooExponential () | |
RooExponential (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_c) | |
RooExponential (const RooExponential &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooExponential () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
RooExponential () | |
RooExponential (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_c) | |
RooExponential (const RooExponential &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooExponential () |
Int_t | getAnalyticalIntegral (RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const |
Double_t | analyticalIntegral (Int_t code, const char *rangeName=0) const |
Protected Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Protected Attributes | |
RooRealProxy | x |
RooRealProxy | c |
Definition at line 25 of file RooExponential.h.
RooExponential::RooExponential | ( | ) | [inline] |
RooExponential::RooExponential | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
RooAbsReal & | _c | |||
) |
RooExponential::RooExponential | ( | const RooExponential & | other, | |
const char * | name = 0 | |||
) |
Definition at line 47 of file RooExponential.cxx.
virtual RooExponential::~RooExponential | ( | ) | [inline, virtual] |
Definition at line 32 of file RooExponential.h.
RooExponential::RooExponential | ( | ) | [inline] |
Definition at line 27 of file RooExponential.h.
RooExponential::RooExponential | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
RooAbsReal & | _c | |||
) |
RooExponential::RooExponential | ( | const RooExponential & | other, | |
const char * | name = 0 | |||
) |
virtual RooExponential::~RooExponential | ( | ) | [inline, virtual] |
Definition at line 32 of file RooExponential.h.
virtual TObject* RooExponential::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooExponential::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 61 of file RooExponential.cxx.
References RooAbsReal::matchArgs(), and x.
Double_t RooExponential::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Definition at line 69 of file RooExponential.cxx.
References c, exp(), RooRealProxy::max(), RooRealProxy::min(), and x.
Double_t RooExponential::evaluate | ( | ) | const [protected, virtual] |
virtual TObject* RooExponential::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooExponential::getAnalyticalIntegral | ( | RooArgSet & | allVars, | |
RooArgSet & | analVars, | |||
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooExponential::analyticalIntegral | ( | Int_t | code, | |
const char * | rangeName = 0 | |||
) | const [virtual] |
Reimplemented from RooAbsReal.
Double_t RooExponential::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooRealProxy RooExponential::x [protected] |
Definition at line 38 of file RooExponential.h.
Referenced by analyticalIntegral(), evaluate(), and getAnalyticalIntegral().
RooRealProxy RooExponential::c [protected] |