QwGeant4
QweakSimUserTriggerScintillator_MainEvent.hh
Go to the documentation of this file.
1 
2 //=============================================================================
3 //
4 // ---------------------------
5 // | Doxygen File Information |
6 // ---------------------------
7 /**
8 
9  \file QweakSimUserTriggerScintillator_MainEvent.hh
10  $Revision: 1.2 $
11  $Date: 2005/12/27 19:31:00 $
12  \author Klaus Hans Grimm
13 
14 */
15 //=============================================================================
16 //
17 //=============================================================================
18 //
19 // ---------------------------
20 // | Doxygen Class Information |
21 // ---------------------------
22 /**
23  \class QweakSimUserTriggerScintillator_MainEvent
24 
25  \ingroup root
26 
27  \brief ROOT Subtree structure for Trigger Scintillator MainEvent
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:31:00 $
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 QweakSimUserTriggerScintillator_MainEvent_h
49 #define QweakSimUserTriggerScintillator_MainEvent_h
50 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
51 
52 // system includes
53 #include <vector>
54 
55 // root includes
56 #include "TObject.h"
57 
58 // user includes
61 
62 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
64 {
65 public:
66 
67  //vector <QweakSimUserTriggerScintillator_DetectorEvent> Detector;
68  QweakSimUserTriggerScintillator_DetectorEvent Detector; ///< Detector event in the trigger scintillator
69  QweakSimUserTriggerScintillator_PMTEvent PMT; ///< PMT event in the trigger scintillator
70 
71 public:
72 
73  // Constructor
75  // Destructor
77 
78  // define a new Class known to ROOT
80 
81 }; // end class QweakSimTriggerScintillator_MainEvent
82 
83 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
84 
85 #endif
86 
87 //=======================================================================================
88 // -----------------------
89 // | CVS File Information |
90 // -----------------------
91 //
92 // $Revisions$
93 // $Log: QweakSimUserTriggerScintillator_MainEvent.hh,v $
94 // Revision 1.2 2005/12/27 19:31:00 grimm
95 // - Redesign of Doxygen header containing CVS info like revision and date
96 // - Added CVS revision log at the end of file
97 //
98 //
ROOT Subtree structure for Trigger Scintillator PMTEvent.
ROOT Subtree structure for Trigger Scintillator MainEvent.
QweakSimUserTriggerScintillator_PMTEvent PMT
PMT event in the trigger scintillator.
ROOT Subtree structure for Trigger Scintillator DetectorEvent.
QweakSimUserTriggerScintillator_DetectorEvent Detector
Detector event in the trigger scintillator.