/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/RatMessenger.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/cmd/include/RAT/RatMessenger.hh Source File
Ratpac-two
RatMessenger.hh
1 #ifndef RAT_RatMessenger_hh
2 #define RAT_RatMessenger_hh
3 
4 #include <G4UIcmdWithABool.hh>
5 #include <G4UIcmdWithADouble.hh>
6 #include <G4UIcmdWithAString.hh>
7 #include <G4UIcmdWithAnInteger.hh>
8 #include <G4UIcommand.hh>
9 #include <G4UIparameter.hh>
10 
11 #include "G4UImessenger.hh"
12 
13 namespace RAT {
14 class RatMessenger : public G4UImessenger {
15  public:
16  RatMessenger();
17  ~RatMessenger();
18 
19  void SetNewValue(G4UIcommand *command, G4String newValues);
20  G4String GetCurrentValue(G4UIcommand *command);
21 
22  protected:
23  G4UIcmdWithADouble *fMaxWallTime;
24 };
25 } // namespace RAT
26 #endif
Definition: RatMessenger.hh:14
Definition: CCCrossSecMessenger.hh:29