WCSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WCSimRandomMessenger.hh
Go to the documentation of this file.
1 #ifndef WCSimRandomMessenger_h
2 #define WCSimRandomMessenger_h 1
3 
4 #include "G4UImessenger.hh"
6 class G4UIdirectory;
7 class G4UIcommand;
8 class G4UIcmdWithAString;
9 class G4UIcmdWithAnInteger;
10 
11 class WCSimRandomMessenger: public G4UImessenger
12 {
13 public:
16 
17  void SetNewValue(G4UIcommand* command, G4String newValue);
18 
19 private:
20 
22 
23  G4UIdirectory* WCSimDir;
24  G4UIcmdWithAString* Rangen;
25  G4UIcmdWithAnInteger* Ranseed;
26 };
27 
28 #endif
WCSimRandomParameters * WCSimRandomParams
WCSimRandomMessenger(WCSimRandomParameters *)
G4UIcmdWithAString * Rangen
void SetNewValue(G4UIcommand *command, G4String newValue)
G4UIcmdWithAnInteger * Ranseed