GGS(GenericGEANT4Simulation)Software  2.6.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSUAManagerMessenger.h
Go to the documentation of this file.
1 /*
2  * GGSUAManagerMessenger.h
3  *
4  * Created on: 06 Jun 2011
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSUAMANAGERMESSENGER_H_
11 #define GGSUAMANAGERMESSENGER_H_
12 
13 #include "G4UImessenger.hh"
14 #include "G4UIdirectory.hh"
15 
23 class GGSUAManagerMessenger: public G4UImessenger {
24 public:
25 
28 
31 
37  void SetNewValue(G4UIcommand* command, G4String newValue);
38 
39 private:
40 
41  G4UIdirectory* _uaDir;
42 
43 };
44 #endif /* GGSUAMANAGERMESSENGER_H_ */
GGSUAManagerMessenger()
Constructor.
Messenger for the user actions manager.
void SetNewValue(G4UIcommand *command, G4String newValue)
Override of SetNewValue method.