![]() |
![]()
|
RooDecayclass description - source file - inheritance tree (.pdf) class RooDecay : public RooAbsAnaConvPdf
public:
Data Members
protected:
Class DescriptionRooDecay(const char *name, const char *title, RooRealVar& t, RooAbsReal& tau, const RooResolutionModel& model, DecayType type) : RooAbsAnaConvPdf(name,title,model,t), _t("t","time",this,t), _tau("tau","decay time",this,tau), _type(type) Constructor RooDecay(const RooDecay& other, const char* name) : RooAbsAnaConvPdf(other,name), _t("t",this,other._t), _tau("tau",this,other._tau), _type(other._type), _basisExp(other._basisExp) Copy constructor ~RooDecay() Destructor Double_t coefficient(Int_t /*basisIndex*/) const Int_t getGenerator(const RooArgSet& directVars, RooArgSet &generateVars, Bool_t /*staticInitOK*/) const void generateEvent(Int_t code) Inline Functions
RooDecay RooDecay(const RooDecay& other, const char* name = "0")
TObject* clone(const char* newname) const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
|
|
Page maintained by Wouter Verkerke and David Kirkby |
|


Docs