QwGeant4
QweakSimUserVDC_MainEvent.hh
Go to the documentation of this file.
1 
2 //=============================================================================
3 //
4 // ---------------------------
5 // | Doxygen File Information |
6 // ---------------------------
7 /**
8 
9  \file QweakSimUserVDC_MainEvent.hh
10  $Revision: 1.2 $
11  $Date: 2005/12/27 19:31:28 $
12  \author Klaus Hans Grimm
13 
14 */
15 //=============================================================================
16 //
17 //=============================================================================
18 //
19 // ---------------------------
20 // | Doxygen Class Information |
21 // ---------------------------
22 /**
23  \class QweakSimUserVDC_MainEvent
24 
25  \brief ROOT Subtree structure for HDC MainEvent
26 
27  A VDC Event contains the information of the DriftCell geometry, and stores
28  events for the Front VDC and Back VDC:
29 
30  Region3.Config.
31 
32  Region3.ChamberFront.
33 
34  Region3.ChamberBack.
35 
36  Placeholder for a long explaination
37 
38  */
39 //=============================================================================
40 //
41 //=============================================================================
42 // -----------------------
43 // | CVS File Information |
44 // -----------------------
45 //
46 // Last Update: $Author: grimm $
47 // Update Date: $Date: 2005/12/27 19:31:28 $
48 // CVS/RCS Revision: $Revision: 1.2 $
49 // Status: $State: Exp $
50 //
51 // ===================================
52 // CVS Revision Log at end of file !!
53 // ===================================
54 //
55 //=============================================================================
56 
57 //=============================================================================
58 /**
59  \class QweakSimUserVDC_MainEvent
60 
61  \ingroup root
62 
63  \brief Defines the Top Root tree structure for storing VDC events.
64 
65  A VDC Event contains the information of the DriftCell geometry, and stores
66  events for the Front VDC and Back VDC:
67 
68  Region3.Config.
69 
70  Region3.ChamberFront.
71 
72  Region3.ChamberBack.
73 
74  */
75 //=============================================================================
76 //
77 
78 
79 
80 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
81 #ifndef QweakSimUserVDC_MainEvent_h
82 #define QweakSimUserVDC_MainEvent_h
83 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
84 
85 // root includes
86 #include "TObject.h"
87 
88 // user includes
91 
92 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
94 
95 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
96 class QweakSimUserVDC_MainEvent : public TObject
97 {
98 public:
99 
100  QweakSimUserVDC_Config Config; ///< Drift chamber configuration information
101  QweakSimUserVDC_SingleVDCEvent ChamberFront; ///< Front chamber hit information
102  QweakSimUserVDC_SingleVDCEvent ChamberBack; ///< Back chamber hit information
103 
104 public:
105 
106  // Constructor
108  // Destructor
109  virtual ~QweakSimUserVDC_MainEvent();
110 
111  void Clear(const Option_t* = 0);
112 
113  // define a new Class known to ROOT
114  ClassDef(QweakSimUserVDC_MainEvent,1)
115 
116 }; // end class QweakSimUserVDC_MainEvent
117 
118 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
119 
120 #endif
121 
122 //=======================================================================================
123 // -----------------------
124 // | CVS File Information |
125 // -----------------------
126 //
127 // $Revisions$
128 // $Log: QweakSimUserVDC_MainEvent.hh,v $
129 // Revision 1.2 2005/12/27 19:31:28 grimm
130 // - Redesign of Doxygen header containing CVS info like revision and date
131 // - Added CVS revision log at the end of file
132 //
133 //
QweakSimUserVDC_Config Config
Drift chamber configuration information.
ROOT Subtree structure for HDC MainEvent.
ROOT Subtree structure for HDC geometry.
QweakSimUserVDC_SingleVDCEvent ChamberBack
Back chamber hit information.
QweakSimUserVDC_SingleVDCEvent ChamberFront
Front chamber hit information.
ROOT Subtree structure for VDC SingleVDCEvent.
void Clear(const Option_t *=0)