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


Public Methods | |
| TParticlePDG () | |
| TParticlePDG (int pdg_code) | |
| TParticlePDG (const char *Name, const char *Title, Double_t Mass, Bool_t Stable, Double_t Width, Double_t Charge, const char *ParticleClass, Int_t PdgCode, Int_t Anti, Int_t TrackingCode) | |
| virtual | ~TParticlePDG () |
| Int_t | PdgCode () const |
| Double_t | Mass () const |
| Double_t | Charge () const |
| Double_t | Lifetime () const |
| Double_t | Width () const |
| Int_t | Parity () const |
| Double_t | Spin () const |
| Double_t | Isospin () const |
| Double_t | I3 () const |
| Int_t | Strangeness () const |
| Int_t | Charm () const |
| Int_t | Beauty () const |
| Int_t | Top () const |
| Int_t | X () const |
| Int_t | Y () const |
| Int_t | Stable () const |
| const char * | ParticleClass () const |
| TObjArray * | DecayList () |
| Int_t | NDecayChannels () |
| Int_t | TrackingCode () |
| TDecayChannel * | DecayChannel (Int_t i) |
| TParticlePDG * | AntiParticle () |
| void | SetAntiParticle (TParticlePDG *ap) |
| Int_t | AddDecayChannel (Int_t Type, Double_t BranchingRatio, Int_t NDaughters, Int_t *DaughterPdgCode) |
| virtual void | PrintDecayChannel (TDecayChannel *dc, Option_t *opt="") const |
| virtual void | Print (Option_t *opt="") const |
Protected Attributes | |
| Int_t | fPdgCode |
| Double_t | fMass |
| Double_t | fCharge |
| Double_t | fLifetime |
| Double_t | fWidth |
| Int_t | fParity |
| Double_t | fSpin |
| Double_t | fIsospin |
| Double_t | fI3 |
| Int_t | fStrangeness |
| Int_t | fCharm |
| Int_t | fBeauty |
| Int_t | fTop |
| Int_t | fY |
| Int_t | fX |
| Int_t | fStable |
| TObjArray * | fDecayList |
| TString | fParticleClass |
| Int_t | fTrackingCode |
| TParticlePDG * | fAntiParticle |
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 68 of file TParticlePDG.h. References fPdgCode. |
|
|
Definition at line 69 of file TParticlePDG.h. References fMass. Referenced by TParticle::GetMass(). |
|
|
Definition at line 70 of file TParticlePDG.h. References fCharge. |
|
|
Definition at line 71 of file TParticlePDG.h. References fLifetime. |
|
|
Definition at line 72 of file TParticlePDG.h. References fWidth. |
|
|
Definition at line 73 of file TParticlePDG.h. References fParity. |
|
|
Definition at line 74 of file TParticlePDG.h. References fSpin. |
|
|
Definition at line 75 of file TParticlePDG.h. References fIsospin. |
|
|
Definition at line 76 of file TParticlePDG.h. References fI3. |
|
|
Definition at line 77 of file TParticlePDG.h. References fStrangeness. Referenced by TParticle::Strangeness(). |
|
|
Definition at line 78 of file TParticlePDG.h. References fCharm. Referenced by TParticle::Charm(). |
|
|
Definition at line 79 of file TParticlePDG.h. References fBeauty. Referenced by TParticle::Beauty(). |
|
|
Definition at line 80 of file TParticlePDG.h. References fTop. |
|
|
Definition at line 81 of file TParticlePDG.h. References fX. |
|
|
Definition at line 82 of file TParticlePDG.h. References fY. |
|
|
Definition at line 83 of file TParticlePDG.h. References fStable. |
|
|
Definition at line 84 of file TParticlePDG.h. References TString::Data(). |
|
|
Definition at line 86 of file TParticlePDG.h. |
|
|
Definition at line 88 of file TParticlePDG.h. References TObjArray::GetEntriesFast(). |
|
|
Definition at line 92 of file TParticlePDG.h. References fTrackingCode. |
|
|
|
|
|
Definition at line 96 of file TParticlePDG.h. |
|
|
Definition at line 100 of file TParticlePDG.h. |
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reimplemented from TNamed. |
|
|
Definition at line 29 of file TParticlePDG.h. Referenced by PdgCode(). |
|
|
Definition at line 30 of file TParticlePDG.h. Referenced by Mass(). |
|
|
Definition at line 31 of file TParticlePDG.h. Referenced by Charge(). |
|
|
Definition at line 32 of file TParticlePDG.h. Referenced by Lifetime(). |
|
|
Definition at line 33 of file TParticlePDG.h. Referenced by Width(). |
|
|
Definition at line 34 of file TParticlePDG.h. Referenced by Parity(). |
|
|
Definition at line 35 of file TParticlePDG.h. Referenced by Spin(). |
|
|
Definition at line 36 of file TParticlePDG.h. Referenced by Isospin(). |
|
|
Definition at line 37 of file TParticlePDG.h. Referenced by I3(). |
|
|
Definition at line 38 of file TParticlePDG.h. Referenced by Strangeness(). |
|
|
Definition at line 39 of file TParticlePDG.h. Referenced by Charm(). |
|
|
Definition at line 41 of file TParticlePDG.h. Referenced by Beauty(). |
|
|
Definition at line 42 of file TParticlePDG.h. Referenced by Top(). |
|
|
Definition at line 43 of file TParticlePDG.h. Referenced by Y(). |
|
|
Definition at line 44 of file TParticlePDG.h. Referenced by X(). |
|
|
Definition at line 45 of file TParticlePDG.h. Referenced by Stable(). |
|
|
Definition at line 47 of file TParticlePDG.h. |
|
|
Definition at line 49 of file TParticlePDG.h. |
|
|
Definition at line 51 of file TParticlePDG.h. Referenced by TrackingCode(). |
|
|
Definition at line 52 of file TParticlePDG.h. |
1.2.16