GGS(GenericGEANT4Simulation)Software  2.7.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 "G4UIdirectory.hh"
14 #include "G4UImessenger.hh"
15 
23 class GGSUAManagerMessenger : public G4UImessenger {
24 public:
27 
30 
36  void SetNewValue(G4UIcommand *command, G4String newValue);
37 
38 private:
39  G4UIdirectory *_uaDir;
40 };
41 #endif /* GGSUAMANAGERMESSENGER_H_ */
GGSUAManagerMessenger()
Constructor.
Messenger for the user actions manager.
void SetNewValue(G4UIcommand *command, G4String newValue)
Override of SetNewValue method.