|
Geant4 VMC Version 6.7
|
Messenger class that defines commands for TG4RunAction. More...
#include <TG4RunActionMessenger.h>

Public Member Functions | |
| TG4RunActionMessenger (TG4RunAction *runAction) | |
| virtual | ~TG4RunActionMessenger () |
| virtual void | SetNewValue (G4UIcommand *command, G4String string) |
Private Member Functions | |
| TG4RunActionMessenger () | |
| Not implemented. | |
| TG4RunActionMessenger (const TG4RunActionMessenger &right) | |
| Not implemented. | |
| TG4RunActionMessenger & | operator= (const TG4RunActionMessenger &right) |
| Not implemented. | |
Private Attributes | |
| TG4RunAction * | fRunAction |
| associated class | |
| G4UIdirectory * | fRunDirectory |
| command directory | |
| G4UIcmdWithABool * | fSaveRandomStatusCmd |
| command: saveRandom | |
| G4UIcmdWithABool * | fReadRandomStatusCmd |
| command: readRandom | |
| G4UIcmdWithAString * | fRandomStatusFileCmd |
| command: setRandomFile | |
| G4UIcmdWithADoubleAndUnit * | fSetLooperThresholdWarningEnergyCmd |
| setLooperThresholdWarningEnergy command | |
| G4UIcmdWithADoubleAndUnit * | fSetLooperThresholdImportantEnergyCmd |
| setLooperThresholImportantEnergy command | |
| G4UIcmdWithAnInteger * | fSetNumberOfLooperThresholdTrialsCmd |
| setNumberOfLooperThresholdTrials | |
Messenger class that defines commands for TG4RunAction.
Implements command
Definition at line 41 of file TG4RunActionMessenger.h.
| TG4RunActionMessenger::TG4RunActionMessenger | ( | TG4RunAction * | runAction | ) |
Standard constructor
Definition at line 26 of file TG4RunActionMessenger.cxx.
Referenced by operator=(), and TG4RunActionMessenger().
|
virtual |
Destructor
Definition at line 97 of file TG4RunActionMessenger.cxx.
|
private |
Not implemented.
|
private |
Not implemented.
|
virtual |
Apply command to the associated object.
Definition at line 115 of file TG4RunActionMessenger.cxx.
|
private |
Not implemented.
|
private |
associated class
Definition at line 59 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), and TG4RunActionMessenger().
|
private |
command directory
Definition at line 60 of file TG4RunActionMessenger.h.
Referenced by TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
command: saveRandom
Definition at line 61 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
command: readRandom
Definition at line 62 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
command: setRandomFile
Definition at line 63 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
setLooperThresholdWarningEnergy command
Definition at line 66 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
setLooperThresholImportantEnergy command
Definition at line 69 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().
|
private |
setNumberOfLooperThresholdTrials
Definition at line 72 of file TG4RunActionMessenger.h.
Referenced by SetNewValue(), TG4RunActionMessenger(), and ~TG4RunActionMessenger().