QwGeant4
QweakSimUserCerenkov_MainEvent.hh
Go to the documentation of this file.
1 /**
2  \class QweakSimUserCerenkov_MainEvent
3 
4  \ingroup root
5 
6  \brief ROOT Subtree structure for Cerenkov main event
7 
8  */
9 
10 #ifndef QweakSimUserCerenkov_MainEvent_h
11 #define QweakSimUserCerenkov_MainEvent_h
12 
13 // system includes
14 #include <vector>
15 
16 // root includes
17 #include "TObject.h"
18 
19 // user includes
23 
24 class QweakSimUserCerenkov_MainEvent: public TObject
25 {
26  public:
27 
28  QweakSimUserCerenkov_DetectorEvent Detector; ///< Cerenkov detector hit information
29  QweakSimUserCerenkov_RadiatorEvent Radiator; ///< Cerenkov radiator hit information
30  QweakSimUserCerenkov_PMTEvent PMT; ///< Cerenkov PMT hit information
31 
32  public:
33 
34  // Constructor
36  // Destructor
38 
39  // define a new Class known to ROOT
41 
42 }; // end class QweakSimCerenkov_MainEvent
43 
44 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
45 
46 #endif
ROOT Subtree structure for Cerenkov PMTEvent.
QweakSimUserCerenkov_RadiatorEvent Radiator
Cerenkov radiator hit information.
ROOT Subtree structure for Cerenkov main event.
QweakSimUserCerenkov_DetectorEvent Detector
Cerenkov detector hit information.
ROOT Subtree structure for Cerenkov DetectorEvent.
QweakSimUserCerenkov_PMTEvent PMT
Cerenkov PMT hit information.
ROOT Subtree structure for Cerenkov radiator event.