QwGeant4
QweakSimWShuttersMessenger.hh
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // File QweakSimWShuttersMessenger.hh
4 // Revision 1.0
5 // Date 02/06/2012
6 // Author Kurtis Bartlett
7 //
8 //=============================================================================
9 
10 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
11 #ifndef QweakSimWShuttersMessenger_h
12 #define QweakSimWShuttersMessenger_h 1
13 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
14 
15 // user includes
17 
18 // user classes
19 class QweakSimWShutters;
20 
21 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
22 
23 class QweakSimWShuttersMessenger: public G4UImessenger
24 {
25  public:
28 
29  void SetNewValue(G4UIcommand*, G4String);
30 
31  private:
33 
34  G4UIdirectory* WShuttersDir;
35 
36  G4UIcmdWithADoubleAndUnit* WShutters_SetThicknessInZ_Cmd;
37  G4UIcmdWithoutParameter* WShutters_SetEnabled_Cmd;
38  G4UIcmdWithoutParameter* WShutters_SetDisabled_Cmd;
39 };
40 
41 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
42 
43 #endif
void SetNewValue(G4UIcommand *, G4String)
G4UIcmdWithoutParameter * WShutters_SetDisabled_Cmd
QweakSimWShuttersMessenger(QweakSimWShutters *, G4int n)
G4UIcmdWithADoubleAndUnit * WShutters_SetThicknessInZ_Cmd
G4UIcmdWithoutParameter * WShutters_SetEnabled_Cmd