118 Int_t parent, Int_t parentDecay,
119 Int_t mate, Int_t decay, Int_t child[2],
120 Double_t px, Double_t py, Double_t pz, Double_t e,
121 Double_t x, Double_t y, Double_t z, Double_t t,
125 new ((*fParticles)[fNpa])
UParticle(index, pdg, status, parent,
126 parentDecay, mate, decay, child,
127 px, py, pz, e, x, y, z, t, weight);
136 Int_t parent, Int_t parentDecay,
137 Int_t mate, Int_t decay, Int_t child[2],
138 TLorentzVector mom, TLorentzVector pos,
142 new ((*fParticles)[fNpa])
UParticle(index, pdg, status, parent,
143 parentDecay, mate, decay, child,
void AddParticle(Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay, Int_t child[2], Double_t px, Double_t py, Double_t pz, Double_t e, Double_t x, Double_t y, Double_t z, Double_t t, Double_t weight)
void SetParameters(Int_t eventNr, Double_t b, Double_t phi, Int_t nes, Int_t stepNr, Double_t stepT, const char *comment="")
void Print(Option_t *option="")