WCSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WCSimRunActionMessenger.hh
Go to the documentation of this file.
1 #ifndef WCSimRunActionMessenger_h
2 #define WCSimRunActionMessenger_h 1
3 
4 class WCSimRunAction;
5 class G4UIdirectory;
6 class G4UIcmdWithAString;
7 class G4UIcmdWithABool;
8 
9 #include "G4UImessenger.hh"
10 #include "globals.hh"
11 
12 class WCSimRunActionMessenger: public G4UImessenger
13 {
14  public:
17 
18  public:
19  void SetNewValue(G4UIcommand* command, G4String newValues);
20 
21  private:
23 
24  private: //commands
25  G4UIdirectory* WCSimIODir;
26  G4UIcmdWithAString* RootFile;
27  G4UIcmdWithABool* UseTimer;
28 };
29 
30 #endif
31 
32 
WCSimRunActionMessenger(WCSimRunAction *mpga)
void SetNewValue(G4UIcommand *command, G4String newValues)