GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSHadrIntMessenger.h
Go to the documentation of this file.
1 /*
2  * GGSHadrIntMessenger.h
3  *
4  * Created on: 08 Jun 2011
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSHADRINTMESSENGER_H_
11 #define GGSHADRINTMESSENGER_H_
12 
13 #include "G4UIcmdWithABool.hh"
14 #include "G4UIcmdWithADouble.hh"
15 #include "G4UIcmdWithAString.hh"
16 #include "G4UIdirectory.hh"
18 
34 class GGSHadrIntMessenger : public G4UImessenger {
35 public:
38 
41 
47  void SetNewValue(G4UIcommand *command, G4String newValue);
48 
49 private:
50  GGSHadrIntAction *_action;
51 
52  G4UIdirectory *_cmdDir;
53  G4UIcmdWithAString *_outBaseCmd;
54  G4UIcmdWithAString *_outTreeCmd;
55  G4UIcmdWithADouble *_setFractionCmd;
56  G4UIcmdWithABool *_outProductsCmd;
57 };
58 #endif /* GGSHADRINTMESSENGER_H_ */
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.