![]() |
Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
|
Creates commands that can be used to control the RunAction via the command line. More...
#include <PrimaryGeneratorMessenger.hh>
Public Member Functions | |
RunActionMessenger (RunAction *) | |
Constructor, constructs the object. | |
virtual | ~RunActionMessenger () |
Destructor, destroys the object. | |
void | SetNewValue (G4UIcommand *, G4String) |
This method is invoked when a command that alters RunAction is typed in via the command line. | |
Private Attributes | |
RunAction * | runAction |
The RunAction associated with this RunActionMessenger. | |
G4UIdirectory * | eventDir |
The directory in which the command will be contained. | |
G4UIcmdWithAString * | SimulationResultsFileCmd |
The command itself. | |
G4UIcmdWithAString * | VerboseResultsFile |
G4UIcmdWithABool * | UseVerboseFile |
Creates commands that can be used to control the RunAction via the command line.
Definition at line 34 of file PrimaryGeneratorMessenger.hh.