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

Public Member Functions | |
| NdbParticle () | |
| NdbParticle (const char *aName, ParticleType aType, long anId=0) | |
| ~NdbParticle () | |
| TString | Name () const | 
| TString | Mnemonic () const | 
| Long_t | Id () const | 
| Float_t | Mass () const | 
| Float_t | HalfLife () const | 
| Int_t | Charge () const | 
Protected Attributes | |
| Long_t | pId | 
| TString | pName | 
| TString | pMnemonic | 
| ParticleType | pType | 
| Int_t | pCharge | 
| Float_t | pMass | 
| Float_t | pHalfLife | 
Definition at line 32 of file NdbParticle.h.
| NdbParticle::NdbParticle | ( | ) |  [inline] | 
        
| NdbParticle::NdbParticle | ( | const char * | aName, | |
| ParticleType | aType, | |||
| long |  anId = 0 | |||
| ) |  [inline] | 
        
| NdbParticle::~NdbParticle | ( | ) |  [inline] | 
        
Definition at line 56 of file NdbParticle.h.
| TString NdbParticle::Name | ( | ) |  const [inline] | 
        
| TString NdbParticle::Mnemonic | ( | ) |  const [inline] | 
        
| Long_t NdbParticle::Id | ( | ) |  const [inline] | 
        
| Float_t NdbParticle::Mass | ( | ) |  const [inline] | 
        
| Float_t NdbParticle::HalfLife | ( | ) |  const [inline] | 
        
| Int_t NdbParticle::Charge | ( | ) |  const [inline] | 
        
Long_t NdbParticle::pId [protected]           | 
        
TString NdbParticle::pName [protected]           | 
        
TString NdbParticle::pMnemonic [protected]           | 
        
ParticleType NdbParticle::pType [protected]           | 
        
Int_t NdbParticle::pCharge [protected]           | 
        
Float_t NdbParticle::pMass [protected]           | 
        
Float_t NdbParticle::pHalfLife [protected]           | 
        
 1.5.1