#include <RE02EventAction.hh>
User event action class
Definition at line 49 of file RE02EventAction.hh.
◆ RE02EventAction()
RE02EventAction::RE02EventAction |
( |
| ) |
|
◆ ~RE02EventAction()
RE02EventAction::~RE02EventAction |
( |
| ) |
|
◆ BeginOfEventAction()
void RE02EventAction::BeginOfEventAction |
( |
const G4Event * |
| ) |
|
|
virtual |
◆ EndOfEventAction()
void RE02EventAction::EndOfEventAction |
( |
const G4Event * |
evt | ) |
|
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 54 of file RE02EventAction.cc.
60 if (event_id < 100 || event_id%100 == 0) {
62 #ifdef print_stored_trajectories 66 G4int n_trajectories = 0;
67 if (trajectoryContainer) n_trajectories = trajectoryContainer->
entries();
68 G4cout <<
" " << n_trajectories
69 <<
" trajectories stored in this event." <<
G4endl;
G4GLOB_DLL std::ostream G4cout
G4TrajectoryContainer * GetTrajectoryContainer() const
The documentation for this class was generated from the following files: