GGS(GenericGEANT4Simulation)Software
2.6.0
|
Action which dumps the simulation status on standard output. More...
#include <GGSStatusDumpAction.h>
Public Member Functions | |
GGSStatusDumpAction () | |
Constructor. | |
virtual | ~GGSStatusDumpAction () |
Destructor. | |
void | BeginOfEventAction (const G4Event *event) |
Dumps the simulation status every 500 events. More... | |
void | BeginOfRunAction (const G4Run *run) |
Dumps the run number. More... | |
![]() | |
GGSUserAction () | |
Constructor. More... | |
virtual | ~GGSUserAction () |
Destructor. | |
G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *) |
Override of the ClassifyNewTrack method. More... | |
Action which dumps the simulation status on standard output.
Currently, this action dumps the status of the random generator every 500 events. It inherits from G4UserEventAction since it only does per-event action.
Definition at line 29 of file GGSStatusDumpAction.h.
void GGSStatusDumpAction::BeginOfEventAction | ( | const G4Event * | event | ) |
Dumps the simulation status every 500 events.
event | The current event. |
Definition at line 33 of file GGSStatusDumpAction.cpp.
void GGSStatusDumpAction::BeginOfRunAction | ( | const G4Run * | run | ) |
Dumps the run number.
run | The current run. |
Definition at line 53 of file GGSStatusDumpAction.cpp.