81 if (i_event <100) print_nb =
true;
82 else if (i_event<500 && (i_event/100)*100 == i_event) print_nb =
true;
83 else if (i_event<5000 && (i_event/500)*500 == i_event) print_nb =
true;
84 else if ((i_event/5000)*5000 == i_event) print_nb =
true;
85 if (print_nb)
G4cout<<
"nb event "<<i_event<<std::endl;
virtual void BeginOfEventAction(const G4Event *)
RMC01AdjointEventAction()
virtual ~RMC01AdjointEventAction()
virtual void EndOfEventAction(const G4Event *)
Definition of the RMC01SD class.
G4GLOB_DLL std::ostream G4cout
Definition of the RMC01AnalysisManager class.
Definition of the RMC01AdjointEventAction class.