#include <WLSRunAction.hh>
Definition at line 46 of file WLSRunAction.hh.
◆ WLSRunAction()
WLSRunAction::WLSRunAction |
( |
| ) |
|
◆ ~WLSRunAction()
WLSRunAction::~WLSRunAction |
( |
| ) |
|
|
virtual |
◆ BeginOfRunAction()
void WLSRunAction::BeginOfRunAction |
( |
const G4Run * |
aRun | ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 62 of file WLSRunAction.cc.
75 time_t systime =
time(NULL);
76 seeds[0] = (long) systime;
78 G4Random::setTheSeeds(seeds);
79 G4Random::showEngineStatus();
81 G4Random::showEngineStatus();
84 if (
fSaveRndm > 0) G4Random::saveEngineStatus(
"BeginOfRun.rndm");
void SetRandomNumberStore(G4bool flag)
G4GLOB_DLL std::ostream G4cout
static G4RunManager * GetRunManager()
void SetRandomNumberStoreDir(const G4String &dir)
◆ EndOfRunAction()
void WLSRunAction::EndOfRunAction |
( |
const G4Run * |
| ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 90 of file WLSRunAction.cc.
94 G4Random::showEngineStatus();
95 G4Random::saveEngineStatus(
"endOfRun.rndm");
◆ GetRndmFreq()
G4int WLSRunAction::GetRndmFreq |
( |
| ) |
|
|
inline |
◆ SetAutoSeed()
void WLSRunAction::SetAutoSeed |
( |
const G4bool |
val | ) |
|
|
inline |
◆ SetRndmFreq()
void WLSRunAction::SetRndmFreq |
( |
G4int |
val | ) |
|
|
inline |
◆ fAutoSeed
G4bool WLSRunAction::fAutoSeed |
|
private |
◆ fRunMessenger
◆ fSaveRndm
G4int WLSRunAction::fSaveRndm |
|
private |
The documentation for this class was generated from the following files: