TDecayChannel
class description - source file - inheritance tree
private:
public:
TDecayChannel TDecayChannel()
TDecayChannel TDecayChannel(Int_t Number, Int_t MatrixElementCode, Double_t BranchingRatio, Int_t NDaughters, Int_t* DaughterPdgCode)
TDecayChannel TDecayChannel(TDecayChannel&)
virtual void ~TDecayChannel()
Double_t BranchingRatio()
static TClass* Class()
Int_t DaughterPdgCode(Int_t i)
virtual TClass* IsA() const
Int_t MatrixElementCode()
Int_t NDaughters()
Int_t Number()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
protected:
Int_t fNumber channel number
Int_t fMatrixElementCode matrix element for this decay mode
Double_t fBranchingRatio branching ratio ( < 1)
TArrayI fDaughters PDG codes of the daughters
public:
TDecayChannel()
TDecayChannel(Int_t Number,
Int_t MatrixElementType,
Double_t BranchingRatio,
Int_t NDaughters,
Int_t* DaughterPdgCode)
~TDecayChannel()
Inline Functions
Int_t Number()
Int_t MatrixElementCode()
Int_t NDaughters()
Double_t BranchingRatio()
Int_t DaughterPdgCode(Int_t i)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TDecayChannel TDecayChannel(TDecayChannel&)
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.