QwGeant4
QweakSimUserGEM_MainEvent.hh
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // ---------------------------
4 // | Doxygen File Information |
5 // ---------------------------
6 /**
7 
8  \file QweakSimUserGEM_MainEvent.hh
9  $Revision: 1.2 $
10  $Date: 2005/12/27 19:29:34 $
11  \author Klaus Hans Grimm
12 
13 */
14 //=============================================================================
15 //
16 //=============================================================================
17 //
18 // ---------------------------
19 // | Doxygen Class Information |
20 // ---------------------------
21 /**
22  \class QweakSimUserGEM_MainEvent
23 
24  \ingroup root
25 
26  \brief ROOT Subtree structure for GEM MainEvent
27 
28  */
29 //=============================================================================
30 //
31 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
32 #ifndef QweakSimUserGEM_MainEvent_h
33 #define QweakSimUserGEM_MainEvent_h
34 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
35 
36 // root includes
37 #include "TObject.h"
38 
39 // user includes
41 
42 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
44 
45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
46 class QweakSimUserGEM_MainEvent : public TObject
47 {
48 
49 public:
50 
51  QweakSimUserGEM_SingleGEMEvent ChamberFront; ///< Front GEM chamber hit information
52  QweakSimUserGEM_SingleGEMEvent ChamberBack; ///< Back GEM chamber hit information
53 
54 public:
55 
56  // Constructor
58  // Destructor
60 
61  void Clear(const Option_t* = 0);
62 
63  // define a new Class known to ROOT
64  ClassDef(QweakSimUserGEM_MainEvent,1)
65 
66 }; // end class QweakSimGEM_MainEvent
67 
68 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
69 
70 #endif
71 
void Clear(const Option_t *=0)
QweakSimUserGEM_SingleGEMEvent ChamberBack
Back GEM chamber hit information.
ROOT Subtree structure for SingleGEMEvent.
QweakSimUserGEM_SingleGEMEvent ChamberFront
Front GEM chamber hit information.
ROOT Subtree structure for GEM MainEvent.