#include <RooDecay.h>
Inheritance diagram for RooDecay:
Public Types | |
enum | DecayType |
enum | DecayType |
Public Member Functions | |
RooDecay () | |
RooDecay (const char *name, const char *title, RooRealVar &t, RooAbsReal &tau, const RooResolutionModel &model, DecayType type) | |
RooDecay (const RooDecay &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooDecay () |
virtual Double_t | coefficient (Int_t basisIndex) const |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
RooDecay () | |
RooDecay (const char *name, const char *title, RooRealVar &t, RooAbsReal &tau, const RooResolutionModel &model, DecayType type) | |
RooDecay (const RooDecay &other, const char *name=0) | |
virtual TObject * | clone (const char *newname) const |
virtual | ~RooDecay () |
virtual Double_t | coefficient (Int_t basisIndex) const |
Int_t | getGenerator (const RooArgSet &directVars, RooArgSet &generateVars, Bool_t staticInitOK=kTRUE) const |
void | generateEvent (Int_t code) |
Protected Attributes | |
RooRealProxy | _t |
RooRealProxy | _tau |
DecayType | _type |
Int_t | _basisExp |
Definition at line 22 of file RooDecay.h.
enum RooDecay::DecayType |
Definition at line 25 of file RooDecay.h.
enum RooDecay::DecayType |
Definition at line 25 of file RooDecay.h.
RooDecay::RooDecay | ( | ) | [inline] |
RooDecay::RooDecay | ( | const char * | name, | |
const char * | title, | |||
RooRealVar & | t, | |||
RooAbsReal & | tau, | |||
const RooResolutionModel & | model, | |||
DecayType | type | |||
) |
Definition at line 39 of file RooDecay.cxx.
References _basisExp, RooAbsAnaConvPdf::declareBasis(), DoubleSided, Flipped, and SingleSided.
RooDecay::RooDecay | ( | const RooDecay & | other, | |
const char * | name = 0 | |||
) |
Definition at line 64 of file RooDecay.cxx.
RooDecay::~RooDecay | ( | ) | [virtual] |
Definition at line 77 of file RooDecay.cxx.
RooDecay::RooDecay | ( | ) | [inline] |
Definition at line 28 of file RooDecay.h.
RooDecay::RooDecay | ( | const char * | name, | |
const char * | title, | |||
RooRealVar & | t, | |||
RooAbsReal & | tau, | |||
const RooResolutionModel & | model, | |||
DecayType | type | |||
) |
RooDecay::RooDecay | ( | const RooDecay & | other, | |
const char * | name = 0 | |||
) |
virtual RooDecay::~RooDecay | ( | ) | [virtual] |
virtual TObject* RooDecay::clone | ( | const char * | newname | ) | const [inline, virtual] |
Int_t RooDecay::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 93 of file RooDecay.cxx.
References _t, and RooAbsReal::matchArgs().
void RooDecay::generateEvent | ( | Int_t | code | ) | [virtual] |
Reimplemented from RooAbsPdf.
Definition at line 102 of file RooDecay.cxx.
References _t, _tau, _type, DoubleSided, Flipped, log(), RooRealProxy::max(), RooRealProxy::min(), SingleSided, tval, and RooRandom::uniform().
virtual TObject* RooDecay::clone | ( | const char * | newname | ) | const [inline, virtual] |
Implements RooAbsAnaConvPdf.
Int_t RooDecay::getGenerator | ( | const RooArgSet & | directVars, | |
RooArgSet & | generateVars, | |||
Bool_t | staticInitOK = kTRUE | |||
) | const [virtual] |
Reimplemented from RooAbsPdf.
RooRealProxy RooDecay::_t [protected] |
RooRealProxy RooDecay::_tau [protected] |
DecayType RooDecay::_type [protected] |
Int_t RooDecay::_basisExp [protected] |