GGS(GenericGEANT4Simulation)Software  2.6.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 "G4UIcmdWithAString.hh"
14 #include "G4UIcmdWithADouble.hh"
15 #include "G4UIcmdWithABool.hh"
16 #include "G4UIdirectory.hh"
18 
34 class GGSHadrIntMessenger: public G4UImessenger {
35 public:
36 
39 
42 
48  void SetNewValue(G4UIcommand* command, G4String newValue);
49 
50 private:
51 
52  GGSHadrIntAction *_action;
53 
54  G4UIdirectory* _cmdDir;
55  G4UIcmdWithAString* _outBaseCmd;
56  G4UIcmdWithAString* _outTreeCmd;
57  G4UIcmdWithADouble* _setFractionCmd;
58  G4UIcmdWithABool* _outProductsCmd;
59 
60 };
61 #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.