QwGeant4
QweakSimLinkDef.hh
Go to the documentation of this file.
1 
2 //=============================================================================
3 //
4 // ---------------------------
5 // | Doxygen File Information |
6 // ---------------------------
7 /**
8 
9  \file QweakSimUserMainEvent_LinkDef.hh
10 
11  $Revision: 1.3 $
12  $Date: 2006/01/31 20:18:07 $
13 
14  \author Klaus Hans Grimm
15 
16 */
17 //=============================================================================
18 //
19 //=============================================================================
20 // -----------------------
21 // | CVS File Information |
22 // -----------------------
23 //
24 // Last Update: $Author: grimm $
25 // Update Date: $Date: 2006/01/31 20:18:07 $
26 // CVS/RCS Revision: $Revision: 1.3 $
27 // Status: $State: Exp $
28 //
29 // ===================================
30 // CVS Revision Log at end of file !!
31 // ===================================
32 //
33 //=============================================================================
34 
35 
36 
37 #ifdef __CINT__
38 
39 #pragma link off all globals;
40 #pragma link off all classes;
41 #pragma link off all functions;
42 
43 #pragma link C++ class QweakSimUserRunInformation+;
44 
45 #pragma link C++ class QweakSimUserMainEvent+;
46 
47 #pragma link C++ class QweakSimUserPrimaryEvent+;
48 
49 #pragma link C++ class QweakSimUserTarget_MainEvent+;
50 #pragma link C++ class QweakSimUserTarget_DetectorEvent+;
51 
52 #pragma link C++ class QweakSimUserGEM_MainEvent+;
53 #pragma link C++ class QweakSimUserGEM_SingleGEMEvent+;
54 #pragma link C++ class QweakSimUserGEM_WirePlaneEvent+;
55 
56 #pragma link C++ class QweakSimUserHDC_MainEvent+;
57 #pragma link C++ class QweakSimUserHDC_SingleHDCEvent+;
58 #pragma link C++ class QweakSimUserHDC_WirePlaneEvent+;
59 
60 #pragma link C++ class QweakSimUserVDC_MainEvent+;
61 #pragma link C++ class QweakSimUserVDC_Config+;
62 #pragma link C++ class QweakSimUserVDC_SingleVDCEvent+;
63 #pragma link C++ class QweakSimUserVDC_WirePlaneEvent+;
64 #pragma link C++ class QweakSimUserVDC_DriftCellEvent+;
65 
66 #pragma link C++ class QweakSimUserTriggerScintillator_MainEvent+;
67 #pragma link C++ class QweakSimUserTriggerScintillator_DetectorEvent+;
68 #pragma link C++ class QweakSimUserTriggerScintillator_PMTEvent+;
69 
70 #pragma link C++ class QweakSimUserLeadGlass_MainEvent+;
71 #pragma link C++ class QweakSimUserLeadGlass_DetectorEvent+;
72 #pragma link C++ class QweakSimUserLeadGlass_PMTEvent+;
73 
74 #pragma link C++ class QweakSimUserPMTOnly_MainEvent+;
75 #pragma link C++ class QweakSimUserPMTOnly_DetectorEvent+;
76 #pragma link C++ class QweakSimUserPMTOnly_PMTEvent+;
77 
78 #pragma link C++ class QweakSimUserLumi_MainEvent+;
79 #pragma link C++ class QweakSimUserLumi_DetectorEvent+;
80 
81 #pragma link C++ class QweakSimUserTungstenPlug_MainEvent+;
82 #pragma link C++ class QweakSimUserTungstenPlug_DetectorEvent+;
83 
84 #pragma link C++ class QweakSimUserCerenkov_MainEvent+;
85 #pragma link C++ class QweakSimUserCerenkov_DetectorEvent+;
86 #pragma link C++ class QweakSimUserCerenkov_RadiatorEvent+;
87 #pragma link C++ class QweakSimUserCerenkov_PMTEvent+;
88 
89 #endif
90 
91 
92 //=======================================================================================
93 // -----------------------
94 // | CVS File Information |
95 // -----------------------
96 //
97 // $Revisions$
98 // $Log: QweakSimUserMainEvent_LinkDef.hh,v $
99 // Revision 1.3 2006/01/31 20:18:07 grimm
100 // Added the header EPEvent into the Root dictionary generation.
101 //
102 // Revision 1.2 2005/12/27 19:30:39 grimm
103 // - Redesign of Doxygen header containing CVS info like revision and date
104 // - Added CVS revision log at the end of file
105 //
106 //