QwGeant4
QweakSimUserPMTOnly_MainEvent.hh
Go to the documentation of this file.
1 
2 // QweakSimUserPMTOnly_MainEvent.hh
3 // Martin McHugh
4 // 2013-07-20
5 
6 /////// --------------------------------------------------------------------
7 
8 #ifndef QweakSimUserPMTOnly_MainEvent_h
9 #define QweakSimUserPMTOnly_MainEvent_h
10 
11 /////// --------------------------------------------------------------------
12 
13 //--- system include
14 #include <vector>
15 
16 //--- root include
17 #include "TObject.h"
18 
19 //-- user include
22 
23 /////// --------------------------------------------------------------------
24 
25 class QweakSimUserPMTOnly_MainEvent : public TObject
26 {
27 
28 public:
29 
32 
34 
35 public:
36 
38  QweakSimUserPMTOnly_PMTEvent PMT; ///< PMT hit information
39 
40 private:
41 
42 };
43 
44 /////// --------------------------------------------------------------------
45 
46 #endif
47 
48 /////// --------------------------------------------------------------------
QweakSimUserPMTOnly_PMTEvent PMT
PMT hit information.
ClassDef(QweakSimUserPMTOnly_MainEvent, 1)
QweakSimUserPMTOnly_DetectorEvent Detector