13 #ifndef FAIRGENERICSTACK_H
14 #define FAIRGENERICSTACK_H
21 #include "TVirtualMCStack.h"
60 virtual void PushTrack(Int_t toBeDone, Int_t parentID, Int_t pdgCode,
61 Double_t px, Double_t py, Double_t pz,
62 Double_t
e, Double_t vx, Double_t vy,
63 Double_t vz, Double_t
time, Double_t polx,
64 Double_t
poly, Double_t polz, TMCProcess proc,
65 Int_t& ntr, Double_t weight, Int_t is);
67 virtual void PushTrack(Int_t toBeDone, Int_t parentID, Int_t pdgCode,
68 Double_t px, Double_t py, Double_t pz,
69 Double_t e, Double_t vx, Double_t vy,
70 Double_t vz, Double_t time, Double_t polx,
71 Double_t poly, Double_t polz, TMCProcess proc,
72 Int_t& ntr, Double_t weight, Int_t is, Int_t secondparentID);
104 virtual void Reset();
114 virtual void Print(Int_t iVerbose=0)
const;
131 virtual TParticle*
GetParticle(Int_t trackID)
const {
return NULL; }