#include <RMC01AdjointEventAction.hh>
Definition at line 58 of file RMC01AdjointEventAction.hh.
◆ RMC01AdjointEventAction()
RMC01AdjointEventAction::RMC01AdjointEventAction |
( |
| ) |
|
◆ ~RMC01AdjointEventAction()
RMC01AdjointEventAction::~RMC01AdjointEventAction |
( |
| ) |
|
|
virtual |
◆ BeginOfEventAction()
void RMC01AdjointEventAction::BeginOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 79 of file RMC01AdjointEventAction.cc.
82 if (i_event <100) print_nb =
true;
83 else if (i_event<500 && (i_event/100)*100 == i_event) print_nb =
true;
84 else if (i_event<5000 && (i_event/500)*500 == i_event) print_nb =
true;
85 else if ((i_event/5000)*5000 == i_event) print_nb =
true;
86 if (print_nb)
G4cout<<
"nb event "<<i_event<<std::endl;
G4GLOB_DLL std::ostream G4cout
◆ EndOfEventAction()
void RMC01AdjointEventAction::EndOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: