37 #include "EventAction.hh"
39 #include "RunAction.hh"
40 #include "HistoManager.hh"
47 :fRunAct(run),fHistoManager(histo)
61 if (evtNb%fPrintModulo == 0)
65 fEnergyAbs = fEnergyGap = 0.;
66 fTrackLAbs = fTrackLGap = 0.;
75 fRunAct->
fillPerEvent(fEnergyAbs, fEnergyGap, fTrackLAbs, fTrackLGap);
86 fHistoManager->
FillNtuple(fEnergyAbs, fEnergyGap, fTrackLAbs, fTrackLGap);