#include <RooLandau.h>
Inheritance diagram for RooLandau:
Public Member Functions | |
RooLandau () | |
RooLandau (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_mean, RooAbsReal &_sigma) | |
RooLandau (const RooLandau &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooLandau () |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
RooLandau () | |
RooLandau (const char *name, const char *title, RooAbsReal &_x, RooAbsReal &_mean, RooAbsReal &_sigma) | |
RooLandau (const RooLandau &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooLandau () |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
Protected Member Functions | |
Double_t | evaluate () const |
Double_t | evaluate () const |
Protected Attributes | |
RooRealProxy | x |
RooRealProxy | mean |
RooRealProxy | sigma |
Definition at line 24 of file RooLandau.h.
RooLandau::RooLandau | ( | ) | [inline] |
RooLandau::RooLandau | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
RooAbsReal & | _mean, | |||
RooAbsReal & | _sigma | |||
) |
RooLandau::RooLandau | ( | const RooLandau & | other, | |
const char * | name = 0 | |||
) |
Definition at line 45 of file RooLandau.cxx.
virtual RooLandau::~RooLandau | ( | ) | [inline, virtual] |
Definition at line 30 of file RooLandau.h.
RooLandau::RooLandau | ( | ) | [inline] |
Definition at line 26 of file RooLandau.h.
RooLandau::RooLandau | ( | const char * | name, | |
const char * | title, | |||
RooAbsReal & | _x, | |||
RooAbsReal & | _mean, | |||
RooAbsReal & | _sigma | |||
) |
RooLandau::RooLandau | ( | const RooLandau & | other, | |
const char * | name = 0 | |||
) |
virtual RooLandau::~RooLandau | ( | ) | [inline, virtual] |
Definition at line 30 of file RooLandau.h.
virtual TObject* RooLandau::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooLandau::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 62 of file RooLandau.cxx.
References RooAbsReal::matchArgs(), and x.
void RooLandau::generateEvent | ( | Int_t | code | ) | [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 70 of file RooLandau.cxx.
References TRandom::Landau(), RooRealProxy::max(), mean, RooRealProxy::min(), RooRandom::randomGenerator(), sigma, and x.
Double_t RooLandau::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
Definition at line 55 of file RooLandau.cxx.
References TMath::Landau(), mean, sigma, and x.
virtual TObject* RooLandau::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooLandau::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
Double_t RooLandau::evaluate | ( | ) | const [protected, virtual] |
Implements RooAbsReal.
RooRealProxy RooLandau::x [protected] |
Definition at line 37 of file RooLandau.h.
Referenced by evaluate(), generateEvent(), and getGenerator().
RooRealProxy RooLandau::mean [protected] |
RooRealProxy RooLandau::sigma [protected] |