33 #include "SteppingAction.hh"
35 #include "RunAction.hh"
36 #include "EventAction.hh"
37 #include "HistoManager.hh"
64 if (trackID > 1)
return;
71 G4int subtype = process-> GetProcessSubType();
73 if ((subtype == 2)&&(nbsec == 0)) procName =
"Edep alone";
82 if (nbsec == 0)
return;
86 const std::vector<const G4Track*>* secondaries
89 for (
G4int itr=0; itr<nbsec; itr++) {
90 const G4Track* trk = (*secondaries)[itr];