StRoot
1
|
Public Types | |
enum | Type { kGtGama = 1, kGtElec, kGtNeut, kGtHadr, kGtMuon, kGtNino, kGtCkov, kGtHion, kGtMonp, kUnknown } |
Public Member Functions | |
ClassDef (AgStarParticle, 1) | |
Static Public Member Functions | |
static void | Add (const char *name, const int g3id, const int type, const float mass, const float charge, const float lifetime=0., const float *bratio=0, const int *mode=0, const int pdgid=0) |
Definition at line 7 of file AgStarParticle.h.
|
static |
Add a particle to the G3 particle table
name | of the particle |
g3id | G3 id |
type | track type given by enum |
mass | mass of the particle |
charge | charge of the particle |
lifetime | in seconds |
bratio | branching ratios |
decay | modes |
pdgid | (optional) pdgid |
Definition at line 72 of file AgStarParticle.cxx.
Referenced by StarParticleData::AddParticleToG3().