#include <RMC01EventAction.hh>
Definition at line 54 of file RMC01EventAction.hh.
◆ RMC01EventAction()
RMC01EventAction::RMC01EventAction |
( |
| ) |
|
◆ ~RMC01EventAction()
RMC01EventAction::~RMC01EventAction |
( |
| ) |
|
|
virtual |
◆ BeginOfEventAction()
void RMC01EventAction::BeginOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 61 of file RMC01EventAction.cc.
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
static RMC01AnalysisManager * GetInstance()
◆ EndOfEventAction()
void RMC01EventAction::EndOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
virtual |
The documentation for this class was generated from the following files: