|
Geant4
10.03
|
#include <WLSRunAction.hh>
Inheritance diagram for WLSRunAction:
Collaboration diagram for WLSRunAction:Public Member Functions | |
| WLSRunAction () | |
| virtual | ~WLSRunAction () |
| virtual void | BeginOfRunAction (const G4Run *) |
| virtual void | EndOfRunAction (const G4Run *) |
| void | SetRndmFreq (G4int val) |
| G4int | GetRndmFreq () |
| void | SetAutoSeed (const G4bool val) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| virtual void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| WLSRunActionMessenger * | fRunMessenger |
| G4int | fSaveRndm |
| G4bool | fAutoSeed |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 46 of file WLSRunAction.hh.
| WLSRunAction::WLSRunAction | ( | ) |
Definition at line 47 of file WLSRunAction.cc.
References fRunMessenger.
|
virtual |
Definition at line 55 of file WLSRunAction.cc.
References fRunMessenger.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 62 of file WLSRunAction.cc.
References fAutoSeed, fSaveRndm, G4cout, G4endl, G4UniformRand, G4Run::GetRunID(), G4RunManager::GetRunManager(), G4RunManager::SetRandomNumberStore(), and G4RunManager::SetRandomNumberStoreDir().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 90 of file WLSRunAction.cc.
References fSaveRndm.
|
inline |
Definition at line 59 of file WLSRunAction.hh.
References fSaveRndm.
Referenced by WLSEventAction::EndOfEventAction().
Here is the caller graph for this function:
|
inline |
Definition at line 61 of file WLSRunAction.hh.
References fAutoSeed.
Referenced by WLSRunActionMessenger::SetNewValue().
Here is the caller graph for this function:
|
inline |
Definition at line 58 of file WLSRunAction.hh.
References fSaveRndm.
Referenced by WLSRunActionMessenger::SetNewValue().
Here is the caller graph for this function:
|
private |
Definition at line 68 of file WLSRunAction.hh.
Referenced by BeginOfRunAction(), and SetAutoSeed().
|
private |
Definition at line 65 of file WLSRunAction.hh.
Referenced by WLSRunAction(), and ~WLSRunAction().
|
private |
Definition at line 67 of file WLSRunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), GetRndmFreq(), and SetRndmFreq().