27 TMCProcess proc{kPPrimary};
29 st.
PushTrack(1, -1, 0, 0, 0., 0., 10., 5., 5., 5., 0.1, 0., 0., 0., proc,
a, 1., 1);
30 st.PushTrack(1, -1, 0, 0, 0., 0., 10., 5., 5., 5., 0.1, 0., 0., 0., proc,
a, 1., 1);
35 TFile
f(
"StackOut.root",
"RECREATE");
36 f.WriteObject(&
st,
"Stack");
42 TFile
f(
"StackOut.root",
"OPEN");
43 f.GetObject(
"Stack", inst);
void PushTrack(Int_t toBeDone, Int_t parentID, Int_t pdgCode, Double_t px, Double_t py, Double_t pz, Double_t e, Double_t vx, Double_t vy, Double_t vz, Double_t time, Double_t polx, Double_t poly, Double_t polz, TMCProcess proc, Int_t &ntr, Double_t weight, Int_t is) override