GGS(GenericGEANT4Simulation)Software
2.7.0
|
Stores the status of the random engine at the beginning of each event. More...
#include <GGSRandomStatusAction.h>
Public Member Functions | |
GGSRandomStatusAction () | |
Constructor. | |
~GGSRandomStatusAction () | |
Destructor. | |
void | BeginOfEventAction (const G4Event *) |
Records the status of the random engine at the beginning of the event. | |
void | BeginOfRunAction (const G4Run *run) |
Opens the output file for the current run and prepares the output tree. More... | |
void | EndOfRunAction (const G4Run *) |
Closes the output file for the current run. | |
![]() | |
GGSUserAction () | |
Constructor. More... | |
virtual | ~GGSUserAction () |
Destructor. | |
G4ClassificationOfNewTrack | ClassifyNewTrack (const G4Track *) |
Override of the ClassifyNewTrack method. More... | |
Stores the status of the random engine at the beginning of each event.
Definition at line 28 of file GGSRandomStatusAction.h.
void GGSRandomStatusAction::BeginOfRunAction | ( | const G4Run * | run | ) |
Opens the output file for the current run and prepares the output tree.
run | The current run. |
Definition at line 43 of file GGSRandomStatusAction.cpp.