10 #ifndef GGSHADRINTMESSENGER_H_
11 #define GGSHADRINTMESSENGER_H_
13 #include "G4UIcmdWithABool.hh"
14 #include "G4UIcmdWithADouble.hh"
15 #include "G4UIcmdWithAString.hh"
16 #include "G4UIdirectory.hh"
47 void SetNewValue(G4UIcommand *command, G4String newValue);
52 G4UIdirectory *_cmdDir;
53 G4UIcmdWithAString *_outBaseCmd;
54 G4UIcmdWithAString *_outTreeCmd;
55 G4UIcmdWithADouble *_setFractionCmd;
56 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.