#include <StGENParticle.h>

Public Member Functions | |
| StGENParticle (int idx) | |
| virtual int | GetStatusCode () const |
| virtual int | GetPdgCode () const |
| virtual int | GetGeaCode () const |
| virtual const StGenParticle * | GetMother (int i=0) const |
| virtual const StGenParticle * | GetDaughter (int i) const |
| virtual double | GetMass () const |
| virtual int | GetNDaughters () const |
| virtual void | Momentum (double p4[4]) const |
| virtual void | Vertex (double v[3]) const |
| virtual double | Time () const |
| void | Clear () |
| void | SetPdg (int pdg) |
| void | SetGea (int gea) |
| void | SetVert (float v[4]) |
| void | SetMom (float p[5]) |
| void | SetMother (int i, const StGENParticle *m) |
| void | AddDaughter (const StGENParticle *m) |
Protected Attributes | |
| char | fBeg [1] |
| int | fPdgCode |
| int | fGeaCode |
| int | fStatusCode |
| const StGENParticle * | fMother [2] |
| double | fWeight |
| double | fP [5] |
| double | fV [4] |
| char | fEnd [1] |
|
std::vector< const StGENParticle * > | fDaughter |
Defines equivalent of HEPEVT particle
Definition at line 16 of file StGENParticle.h.
1.5.9