QwGeant4
QweakSimEventActionMessenger.hh
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // ---------------------------
4 // | Doxygen File Information |
5 // ---------------------------
6 //
7 /**
8 
9  \file QweakSimEventActionMessenger.hh
10 
11  $Revision: 1.0 $
12  $Date: 2009/10/17 20:02:16 $
13 
14  \author Wouter Deconinck
15 
16 */
17 //=============================================================================
18 //
19 //=============================================================================
20 //
21 // ---------------------------
22 // | Doxygen Class Information |
23 // ---------------------------
24 /**
25  \class QweakSimEventActionMessenger
26 
27  \brief Messenger for filling//storing the hit event structure at the end of an event
28 
29  Placeholder for a long explanation
30 
31  */
32 //=============================================================================
33 
34 #ifndef QweakSimEventActionMessenger_h
35 #define QweakSimEventActionMessenger_h 1
36 
37 // user includes
39 
40 // user classes
42 
43 // ----------------------------------------------------------------------------
44 
45 class QweakSimEventActionMessenger: public G4UImessenger
46 {
47 
48  public:
49 
52 
53  void SetNewValue( G4UIcommand*, G4String );
54  void SetNewValue( G4UIcommand*, G4int );
55 
56  private:
57 
59  G4UIdirectory* theTriggerDir;
60  G4UIcmdWithoutParameter* theTriggerShowCommand;
61  G4UIcmdWithAString* theTriggerEnableCommand;
62  G4UIcmdWithAString* theTriggerDisableCommand;
63  G4UIcmdWithABool* thePrintHitsCommand;
64 };
65 
66 // ----------------------------------------------------------------------------
67 
68 #endif
G4UIcmdWithoutParameter * theTriggerShowCommand
void SetNewValue(G4UIcommand *, G4String)
Messenger for filling//storing the hit event structure at the end of an event.
QweakSimEventActionMessenger(QweakSimEventAction *)
Mainly filling/storing the hit event structure at the end of an event.