41 TClonesArray* fParticles;
48 void Print(Option_t* option =
"");
49 inline Int_t GetEventNr()
const {
return fEventNr; }
50 inline Double_t GetB()
const {
return fB; }
51 inline Double_t GetPhi()
const {
return fPhi; }
52 inline Int_t GetNes()
const {
return fNes; }
53 inline Int_t GetStepNr()
const {
return fStepNr; }
54 inline Double_t GetStepT()
const {
return fStepT; }
55 inline Int_t GetNpa()
const {
return fNpa; }
56 inline TClonesArray* GetParticleList()
const {
return fParticles; }
57 inline void GetComment(TString& comment)
const { comment = fComment; }
58 UParticle* GetParticle(Int_t index)
const;
59 void SetParameters(Int_t eventNr, Double_t b, Double_t phi, Int_t nes, Int_t stepNr, Double_t stepT,
const char* comment =
"");
60 inline void SetEventNr(Int_t eventNr) { fEventNr = eventNr; }
61 inline void SetB(Double_t b) { fB = b; }
62 inline void SetPhi(Double_t phi) { fPhi = phi; }
63 inline void SetNes(Int_t nes) { fNes = nes; }
64 inline void SetStepNr(Int_t stepNr) { fStepNr = stepNr; }
65 inline void SetStepT(Double_t stepT) { fStepT = stepT; }
66 inline void SetComment(
const char* comment) { fComment = comment; }
67 void AddParticle(Int_t index,
84 void AddParticle(Int_t index,
95 void AddParticle(
const UParticle& particle);
97 void RemoveAt(Int_t i);