10 #ifndef GGSHADRINTMESSENGER_H_
11 #define GGSHADRINTMESSENGER_H_
13 #include "G4UIcmdWithAString.hh"
14 #include "G4UIcmdWithADouble.hh"
15 #include "G4UIcmdWithABool.hh"
16 #include "G4UIdirectory.hh"
48 void SetNewValue(G4UIcommand* command, G4String newValue);
54 G4UIdirectory* _cmdDir;
55 G4UIcmdWithAString* _outBaseCmd;
56 G4UIcmdWithAString* _outTreeCmd;
57 G4UIcmdWithADouble* _setFractionCmd;
58 G4UIcmdWithABool* _outProductsCmd;
void SetNewValue(G4UIcommand *command, G4String newValue)
Override of SetNewValue method.
~GGSHadrIntMessenger()
Destructor.
GGSHadrIntMessenger(GGSHadrIntAction *action)
Constructor.
Action which finds the hadronic interaction points for each primary particle.
A control messenger for GGSHadrIntAction.