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


Public Methods | |
| 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 46 of file TDecayChannel.h. References fNumber. |
|
|
Definition at line 47 of file TDecayChannel.h. References fMatrixElementCode. |
|
|
Definition at line 48 of file TDecayChannel.h. References TArray::fN. |
|
|
Definition at line 49 of file TDecayChannel.h. References fBranchingRatio. |
|
|
Definition at line 50 of file TDecayChannel.h. References TArrayI::fArray. |
|
|
Definition at line 30 of file TDecayChannel.h. Referenced by Number(). |
|
|
Definition at line 31 of file TDecayChannel.h. Referenced by MatrixElementCode(). |
|
|
Definition at line 32 of file TDecayChannel.h. Referenced by BranchingRatio(). |
|
|
Definition at line 33 of file TDecayChannel.h. |
1.2.16