#include <F04RunActionMessenger.hh>
Definition at line 46 of file F04RunActionMessenger.hh.
◆ F04RunActionMessenger()
F04RunActionMessenger::F04RunActionMessenger |
( |
F04RunAction * |
runAction | ) |
|
Definition at line 45 of file F04RunActionMessenger.cc.
53 SetGuidance(
"set frequency to save rndm status on external files.");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
F04RunAction * fRunAction
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetDefaultValue(const char *defVal)
G4UIcmdWithABool * fSetAutoSeedCmd
G4UIcmdWithAnInteger * fRndmSaveCmd
G4UIcmdWithAString * fRndmReadCmd
◆ ~F04RunActionMessenger()
F04RunActionMessenger::~F04RunActionMessenger |
( |
| ) |
|
|
virtual |
Definition at line 79 of file F04RunActionMessenger.cc.
G4UIcmdWithABool * fSetAutoSeedCmd
G4UIcmdWithAnInteger * fRndmSaveCmd
G4UIcmdWithAString * fRndmReadCmd
◆ SetNewValue()
Reimplemented from G4UImessenger.
Definition at line 87 of file F04RunActionMessenger.cc.
93 {
G4cout <<
"\n---> rndm status restored from file: " << newValue <<
G4endl;
94 G4Random::restoreEngineStatus(newValue);
95 G4Random::showEngineStatus();
static G4int GetNewIntValue(const char *paramString)
void SetRndmFreq(G4int val)
static G4bool GetNewBoolValue(const char *paramString)
F04RunAction * fRunAction
G4GLOB_DLL std::ostream G4cout
void SetAutoSeed(const G4bool val)
G4UIcmdWithABool * fSetAutoSeedCmd
G4UIcmdWithAnInteger * fRndmSaveCmd
G4UIcmdWithAString * fRndmReadCmd
◆ fRndmDir
◆ fRndmReadCmd
◆ fRndmSaveCmd
◆ fRunAction
◆ fSetAutoSeedCmd
The documentation for this class was generated from the following files: