GGS(GenericGEANT4Simulation)Software
2.99.0
|
Stores the name of the random engine and its status at the beginning of each event. More...
#include <GGSRngStateAction.h>
Public Member Functions | |
GGSRngStateAction () | |
Constructor. | |
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 name of the random engine and its status at the beginning of each event.
Definition at line 26 of file GGSRngStateAction.h.
void GGSRngStateAction::BeginOfRunAction | ( | const G4Run * | run | ) |
Opens the output file for the current run and prepares the output tree.
run | The current run. |
Definition at line 34 of file GGSRngStateAction.cpp.