|
GGS(GenericGEANT4Simulation)Software
2.7.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 N events. More... | |
| void | BeginOfRunAction (const G4Run *run) |
| Dumps the run number. More... | |
Public Member Functions inherited from GGSUserAction | |
| 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.
This action dumps the status of the random generator every N events (default: N=500). N can be set by means of the/GGS/rndmPrintModulo datacard command.
Definition at line 28 of file GGSStatusDumpAction.h.
| void GGSStatusDumpAction::BeginOfEventAction | ( | const G4Event * | event | ) |
Dumps the simulation status every N events.
| event | The current event. |
Definition at line 30 of file GGSStatusDumpAction.cpp.
| void GGSStatusDumpAction::BeginOfRunAction | ( | const G4Run * | run | ) |
Dumps the run number.
| run | The current run. |
Definition at line 49 of file GGSStatusDumpAction.cpp.
1.8.5