113void UEvent::AddParticle(Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay,
114 Int_t child[2], Double_t px, Double_t py, Double_t pz, Double_t e, Double_t
x, Double_t
y,
115 Double_t z, Double_t t, Double_t weight)
118 new ((*fParticles)[
fNpa])
119 UParticle(index, pdg, status, parent, parentDecay, mate, decay, child, px, py, pz, e,
x,
y, z, t, weight);
126void UEvent::AddParticle(Int_t index, Int_t pdg, Int_t status, Int_t parent, Int_t parentDecay, Int_t mate, Int_t decay,
127 Int_t child[2], TLorentzVector mom, TLorentzVector
pos, Double_t weight)
130 new ((*fParticles)[
fNpa])
UParticle(index, pdg, status, parent, parentDecay, mate, decay, child, mom,
pos, weight);
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 *="") const