30 #include "RunAction.hh"
32 #include "TrackingAction.hh"
38 :Detector(det),
Histo(his),TrackingAct(trackingAction)
58 std::map<const G4ParticleDefinition*, int>::iterator it;
59 for(it = container.begin() ;
60 it != container.end(); it ++)
62 G4cout <<
"N " << it->first->GetParticleName() <<
" : " << it->second <<
G4endl;
72 G4cout <<
"Number and type of particles created outside region \"Target\" :" <<
G4endl;
77 G4cout <<
"Number and type of particles created in region \"Target\" :" <<
G4endl;