QwGeant4
QweakSimUserHDC_MainEvent.hh
Go to the documentation of this file.
1 //=============================================================================
2 //
3 // ---------------------------
4 // | Doxygen File Information |
5 // ---------------------------
6 /**
7 
8  \file QweakSimUserHDC_MainEvent.hh
9  $Revision: 1.2 $
10  $Date: 2005/12/27 19:29:57 $
11  \author Klaus Hans Grimm
12 
13 */
14 //=============================================================================
15 //
16 //=============================================================================
17 //
18 // ---------------------------
19 // | Doxygen Class Information |
20 // ---------------------------
21 /**
22  \class QweakSimUserHDC_MainEvent
23 
24  \ingroup root
25 
26  \brief ROOT Subtree structure for HDC MainEvent
27 
28  */
29 //=============================================================================
30 //
31 //=============================================================================
32 // -----------------------
33 // | CVS File Information |
34 // -----------------------
35 //
36 // Last Update: $Author: grimm $
37 // Update Date: $Date: 2005/12/27 19:29:57 $
38 // CVS/RCS Revision: $Revision: 1.2 $
39 // Status: $State: Exp $
40 //
41 // ===================================
42 // CVS Revision Log at end of file !!
43 // ===================================
44 //
45 //=============================================================================
46 
47 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
48 #ifndef QweakSimUserHDC_MainEvent_h
49 #define QweakSimUserHDC_MainEvent_h
50 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
51 
52 // root includes
53 #include "TObject.h"
54 
55 // user includes
57 
58 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
60 
61 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
62 class QweakSimUserHDC_MainEvent : public TObject
63 {
64 
65 public:
66 
67  QweakSimUserHDC_SingleHDCEvent ChamberFront; ///< Front HDC wire chamber hit information
68  QweakSimUserHDC_SingleHDCEvent ChamberBack; ///< Back HDC wire chamber hit information
69 
70 public:
71 
72  // Constructor
74  // Destructor
76 
77  void Clear(const Option_t* = 0);
78 
79  // define a new Class known to ROOT
80  ClassDef(QweakSimUserHDC_MainEvent,1)
81 
82 }; // end class QweakSimHDC_MainEvent
83 
84 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
85 
86 #endif
87 
88 //=======================================================================================
89 // -----------------------
90 // | CVS File Information |
91 // -----------------------
92 //
93 // $Revisions$
94 // $Log: QweakSimUserHDC_MainEvent.hh,v $
95 // Revision 1.2 2005/12/27 19:29:57 grimm
96 // - Redesign of Doxygen header containing CVS info like revision and date
97 // - Added CVS revision log at the end of file
98 //
99 //
QweakSimUserHDC_SingleHDCEvent ChamberBack
Back HDC wire chamber hit information.
ROOT Subtree structure for HDC SingleHDCEvent.
ROOT Subtree structure for HDC MainEvent.
QweakSimUserHDC_SingleHDCEvent ChamberFront
Front HDC wire chamber hit information.
void Clear(const Option_t *=0)