#include <TDecayChannel.h>
Inheritance diagram for TDecayChannel:

Public Member Functions | |
| TDecayChannel () | |
| TDecayChannel (Int_t Number, Int_t MatrixElementCode, Double_t BranchingRatio, Int_t NDaughters, Int_t *DaughterPdgCode) | |
| virtual | ~TDecayChannel () |
| Int_t | Number () |
| Int_t | MatrixElementCode () |
| Int_t | NDaughters () |
| Double_t | BranchingRatio () |
| Int_t | DaughterPdgCode (Int_t i) |
| TDecayChannel () | |
| TDecayChannel (Int_t Number, Int_t MatrixElementCode, Double_t BranchingRatio, Int_t NDaughters, Int_t *DaughterPdgCode) | |
| virtual | ~TDecayChannel () |
| Int_t | Number () |
| Int_t | MatrixElementCode () |
| Int_t | NDaughters () |
| Double_t | BranchingRatio () |
| Int_t | DaughterPdgCode (Int_t i) |
Protected Attributes | |
| Int_t | fNumber |
| Int_t | fMatrixElementCode |
| Double_t | fBranchingRatio |
| TArrayI | fDaughters |
Definition at line 28 of file TDecayChannel.h.
| TDecayChannel::TDecayChannel | ( | ) |
| TDecayChannel::TDecayChannel | ( | Int_t | Number, | |
| Int_t | MatrixElementCode, | |||
| Double_t | BranchingRatio, | |||
| Int_t | NDaughters, | |||
| Int_t * | DaughterPdgCode | |||
| ) |
Definition at line 29 of file TDecayChannel.cxx.
References fBranchingRatio, fDaughters, fMatrixElementCode, fNumber, and TArrayI::Set().
| TDecayChannel::~TDecayChannel | ( | ) | [virtual] |
Definition at line 43 of file TDecayChannel.cxx.
| TDecayChannel::TDecayChannel | ( | ) |
| TDecayChannel::TDecayChannel | ( | Int_t | Number, | |
| Int_t | MatrixElementCode, | |||
| Double_t | BranchingRatio, | |||
| Int_t | NDaughters, | |||
| Int_t * | DaughterPdgCode | |||
| ) |
| virtual TDecayChannel::~TDecayChannel | ( | ) | [virtual] |
| Int_t TDecayChannel::Number | ( | ) | [inline] |
Definition at line 46 of file TDecayChannel.h.
References fNumber.
Referenced by TParticlePDG::PrintDecayChannel().
| Int_t TDecayChannel::MatrixElementCode | ( | ) | [inline] |
Definition at line 47 of file TDecayChannel.h.
References fMatrixElementCode.
Referenced by TParticlePDG::PrintDecayChannel(), and TDatabasePDG::ReadPDGTable().
| Int_t TDecayChannel::NDaughters | ( | ) | [inline] |
Definition at line 48 of file TDecayChannel.h.
References fDaughters, and TArray::fN.
Referenced by MyEvent::Decay(), TParticlePDG::PrintDecayChannel(), and TDatabasePDG::ReadPDGTable().
| Double_t TDecayChannel::BranchingRatio | ( | ) | [inline] |
Definition at line 49 of file TDecayChannel.h.
References fBranchingRatio.
Referenced by MyEvent::Decay(), TParticlePDG::PrintDecayChannel(), and TDatabasePDG::ReadPDGTable().
Definition at line 50 of file TDecayChannel.h.
References TArrayI::fArray, and fDaughters.
Referenced by TParticlePDG::PrintDecayChannel(), and TDatabasePDG::ReadPDGTable().
| Int_t TDecayChannel::Number | ( | ) | [inline] |
| Int_t TDecayChannel::MatrixElementCode | ( | ) | [inline] |
| Int_t TDecayChannel::NDaughters | ( | ) | [inline] |
| Double_t TDecayChannel::BranchingRatio | ( | ) | [inline] |
Int_t TDecayChannel::fNumber [protected] |
Int_t TDecayChannel::fMatrixElementCode [protected] |
Definition at line 31 of file TDecayChannel.h.
Referenced by MatrixElementCode(), and TDecayChannel().
Double_t TDecayChannel::fBranchingRatio [protected] |
TArrayI TDecayChannel::fDaughters [protected] |
Definition at line 33 of file TDecayChannel.h.
Referenced by DaughterPdgCode(), NDaughters(), and TDecayChannel().
1.5.1