65   if (i_event <100) print_nb =
true;
 
   66   else if (i_event<500 && (i_event/100)*100 == i_event) print_nb = 
true;
 
   67   else if (i_event<5000 && (i_event/500)*500 == i_event) print_nb = 
true;
 
   68   else if ((i_event/5000)*5000 == i_event) print_nb = 
true;
 
   69   if (print_nb) 
G4cout<<
"nb event "<<i_event<<std::endl;
 
void BeginOfEvent(const G4Event *)
 
G4GLOB_DLL std::ostream G4cout
 
virtual void EndOfEventAction(const G4Event *)
 
Definition of the RMC01AnalysisManager class. 
 
static RMC01AnalysisManager * GetInstance()
 
void EndOfEvent(const G4Event *)
 
virtual void BeginOfEventAction(const G4Event *)
 
virtual ~RMC01EventAction()
 
Definition of the RMC01EventAction class.