QwGeant4
QweakSimUserGEM_SingleGEMEvent.hh
Go to the documentation of this file.
1 
2 //=============================================================================
3 //
4 // ---------------------------
5 // | Doxygen File Information |
6 // ---------------------------
7 /**
8 
9  \file QweakSimUserGEM_SingleGEMEvent.hh
10  $Revision: 1.2 $
11  $Date: 2005/12/27 19:29:40 $
12  \author Klaus Hans Grimm
13 
14 */
15 //=============================================================================
16 //
17 //=============================================================================
18 //
19 // ---------------------------
20 // | Doxygen Class Information |
21 // ---------------------------
22 /**
23  \class QweakSimUserGEM_SingleGEMEvent
24 
25  \ingroup root
26 
27  \brief ROOT Subtree structure for SingleGEMEvent
28 
29  */
30 //=============================================================================
31 
32 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
33 #ifndef QweakSimUserGEM_SingleGEMEvent_h
34 #define QweakSimUserGEM_SingleGEMEvent_h
35 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
36 
37 // root includes
38 #include "TObject.h"
39 
40 // user includes
42 
43 // user classes
45 
46 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
47 class QweakSimUserGEM_SingleGEMEvent : public TObject
48 {
49 
50 private:
51 
52 
53 public:
54 
55  QweakSimUserGEM_WirePlaneEvent WirePlane; ///< GEM wire plane hit information
56 
57 public:
58 
59  // Constructor
61  // Destructor
63 
64  void Initialize();
65  void Clear(const Option_t* = 0);
66 
67  // define a new Class known to ROOT
69 
70 }; // end class QweakSimGEM_SingleGEMEvent
71 
72 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
73 
74 #endif
75 
ROOT Subtree structure for SingleGEMEvent.
QweakSimUserGEM_WirePlaneEvent WirePlane
GEM wire plane hit information.
ROOT Subtree structure for GEM WirePlaneEvent.