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