ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.59
Committed: Mon Mar 9 19:14:59 2009 UTC (16 years, 2 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.58: +8 -1 lines
Log Message:
Added collection of event headers.

File Contents

# Content
1 // $Id: MitAnaDataTreeLinkDef.h,v 1.58 2009/03/08 12:09:59 loizides Exp $
2
3 #ifndef MITANA_DATATREE_LINKDEF_H
4 #define MITANA_DATATREE_LINKDEF_H
5
6 #include "MitAna/DataCont/interface/Ref.h"
7 #include "MitAna/DataTree/interface/Collections.h"
8 #include "MitAna/DataTree/interface/Names.h"
9 #include "MitAna/DataTree/interface/ObjTypes.h"
10 #include "MitAna/DataTree/interface/Types.h"
11
12 #include "MitAna/DataTree/interface/DataBase.h"
13 #include "MitAna/DataTree/interface/EventHeader.h"
14 #include "MitAna/DataTree/interface/LAHeader.h"
15 #include "MitAna/DataTree/interface/MCEventInfo.h"
16 #include "MitAna/DataTree/interface/RunInfo.h"
17 #include "MitAna/DataTree/interface/TriggerName.h"
18 #include "MitAna/DataTree/interface/TriggerMask.h"
19
20 #include "MitAna/DataTree/interface/DataObject.h"
21 #include "MitAna/DataTree/interface/BaseVertex.h"
22 #include "MitAna/DataTree/interface/Vertex.h"
23 #include "MitAna/DataTree/interface/BeamSpot.h"
24 #include "MitAna/DataTree/interface/Track.h"
25 #include "MitAna/DataTree/interface/BasicCluster.h"
26 #include "MitAna/DataTree/interface/SuperCluster.h"
27 #include "MitAna/DataTree/interface/CaloTower.h"
28
29 #include "MitAna/DataTree/interface/Particle.h"
30 #include "MitAna/DataTree/interface/ChargedParticle.h"
31 #include "MitAna/DataTree/interface/Muon.h"
32 #include "MitAna/DataTree/interface/Electron.h"
33 #include "MitAna/DataTree/interface/Jet.h"
34 #include "MitAna/DataTree/interface/GenJet.h"
35 #include "MitAna/DataTree/interface/Met.h"
36 #include "MitAna/DataTree/interface/TriggerObject.h"
37 #include "MitAna/DataTree/interface/MCParticle.h"
38 #include "MitAna/DataTree/interface/CompositeParticle.h"
39 #include "MitAna/DataTree/interface/DaughterData.h"
40 #include "MitAna/DataTree/interface/StableData.h"
41 #include "MitAna/DataTree/interface/DecayData.h"
42 #include "MitAna/DataTree/interface/DecayParticle.h"
43 #include "MitAna/DataTree/interface/Conversion.h"
44 #include "MitAna/DataTree/interface/Photon.h"
45 #include "MitAna/DataTree/interface/StableParticle.h"
46 #endif
47
48 #ifdef __CINT__
49 #pragma link off all globals;
50 #pragma link off all classes;
51 #pragma link off all functions;
52 #pragma link C++ nestedclass;
53 #pragma link C++ nestedtypedef;
54 #pragma link C++ namespace mithep;
55
56 #pragma link C++ class mithep::Names+;
57
58 #pragma link C++ class mithep::Collection<TObject>+;
59 #pragma link C++ class mithep::ObjArray<TObject>+;
60
61 #pragma link C++ class mithep::DataBase+;
62 #pragma link C++ class mithep::Collection<mithep::DataBase>+;
63 #pragma link C++ class mithep::Array<mithep::DataBase>+;
64 #pragma link C++ class mithep::ObjArray<mithep::DataBase>+;
65 #pragma link C++ typedef mithep::DataObjectCol;
66 #pragma link C++ typedef mithep::DataObjectArr;
67 #pragma link C++ typedef mithep::DataObjectOArr;
68 #pragma link C++ enum mithep::EObjType;
69
70 #pragma link C++ class mithep::EventHeader+;
71 #pragma link C++ class mithep::Collection<mithep::EventHeader>+;
72 #pragma link C++ class mithep::Array<mithep::EventHeader>+;
73 #pragma link C++ class mithep::ObjArray<mithep::EventHeader>+;
74 #pragma link C++ typedef mithep::EventHeaderCol;
75 #pragma link C++ typedef mithep::EventHeaderArr;
76 #pragma link C++ typedef mithep::EventHeaderOArr;
77
78 #pragma link C++ class mithep::LAHeader+;
79 #pragma link C++ class mithep::MCEventInfo+;
80 #pragma link C++ class mithep::RunInfo+;
81 #pragma link C++ class mithep::TriggerName+;
82
83 #pragma link C++ class mithep::DataObject+;
84 #pragma link C++ class mithep::Collection<mithep::DataObject>+;
85 #pragma link C++ class mithep::Array<mithep::DataObject>+;
86 #pragma link C++ class mithep::ObjArray<mithep::DataObject>+;
87 #pragma link C++ class mithep::Ref<mithep::DataObject>+;
88 #pragma link C++ typedef mithep::DataObjectCol;
89 #pragma link C++ typedef mithep::DataObjectArr;
90 #pragma link C++ typedef mithep::DataObjectOArr;
91
92 #pragma link C++ class mithep::Ref<mithep::MCParticle>+;
93 #pragma link C++ class mithep::MCParticle+;
94 #pragma link C++ class mithep::Collection<mithep::MCParticle>+;
95 #pragma link C++ class mithep::Array<mithep::MCParticle>+;
96 #pragma link C++ class mithep::ObjArray<mithep::MCParticle>+;
97 #pragma link C++ typedef mithep::MCParticleCol;
98 #pragma link C++ typedef mithep::MCParticleArr;
99 #pragma link C++ typedef mithep::MCParticleOArr;
100 #pragma link C++ enum mithep::MCParticle::EPartType;
101
102 #pragma link C++ class mithep::BaseVertex+;
103 #pragma link C++ class mithep::Collection<mithep::BaseVertex>+;
104 #pragma link C++ class mithep::Array<mithep::BaseVertex>+;
105 #pragma link C++ class mithep::ObjArray<mithep::BaseVertex>+;
106 #pragma link C++ class mithep::Ref<mithep::BaseVertex>+;
107 #pragma link C++ typedef mithep::BaseVertexCol;
108 #pragma link C++ typedef mithep::BaseVertexArr;
109
110 #pragma link C++ class mithep::Vertex+;
111 #pragma link C++ class mithep::Collection<mithep::Vertex>+;
112 #pragma link C++ class mithep::Array<mithep::Vertex>+;
113 #pragma link C++ class mithep::ObjArray<mithep::Vertex>+;
114 #pragma link C++ class mithep::Ref<mithep::Vertex>+;
115 #pragma link C++ typedef mithep::VertexCol;
116 #pragma link C++ typedef mithep::VertexArr;
117
118 #pragma link C++ class mithep::BeamSpot+;
119 #pragma link C++ class mithep::Collection<mithep::BeamSpot>+;
120 #pragma link C++ class mithep::Array<mithep::BeamSpot>+;
121 #pragma link C++ class mithep::ObjArray<mithep::BeamSpot>+;
122 #pragma link C++ class mithep::Ref<mithep::BeamSpot>+;
123 #pragma link C++ typedef mithep::BeamSpotCol;
124 #pragma link C++ typedef mithep::BeamSpotArr;
125
126 #pragma link C++ class mithep::BasicCluster+;
127 #pragma link C++ class mithep::Collection<mithep::BasicCluster>+;
128 #pragma link C++ class mithep::Array<mithep::BasicCluster>+;
129 #pragma link C++ class mithep::ObjArray<mithep::BasicCluster>+;
130 #pragma link C++ class mithep::Ref<mithep::BasicCluster>+;
131 #pragma link C++ class mithep::RefArray<mithep::BasicCluster>+;
132 #pragma link C++ typedef mithep::BasicClusterCol;
133 #pragma link C++ typedef mithep::BasicClusterArr;
134 #pragma link C++ typedef mithep::BasicClusterOArr;
135
136 #pragma link C++ class mithep::SuperCluster+;
137 #pragma link C++ class mithep::Collection<mithep::SuperCluster>+;
138 #pragma link C++ class mithep::Array<mithep::SuperCluster>+;
139 #pragma link C++ class mithep::ObjArray<mithep::SuperCluster>+;
140 #pragma link C++ class mithep::Ref<mithep::SuperCluster>+;
141 #pragma link C++ typedef mithep::SuperClusterCol;
142 #pragma link C++ typedef mithep::SuperClusterArr;
143 #pragma link C++ typedef mithep::SuperClusterOArr;
144
145 #pragma link C++ class mithep::Track+;
146 #pragma link C++ class mithep::Collection<mithep::Track>+;
147 #pragma link C++ class mithep::Array<mithep::Track>+;
148 #pragma link C++ class mithep::ObjArray<mithep::Track>+;
149 #pragma link C++ class mithep::Ref<mithep::Track>+;
150 #pragma link C++ typedef mithep::TrackCol;
151 #pragma link C++ typedef mithep::TrackArr;
152 #pragma link C++ typedef mithep::TrackOArr;
153 #pragma link C++ enum mithep::Track::EHitLayer;
154
155 #pragma link C++ class mithep::CaloTower+;
156 #pragma link C++ class mithep::Collection<mithep::CaloTower>+;
157 #pragma link C++ class mithep::Array<mithep::CaloTower>+;
158 #pragma link C++ class mithep::ObjArray<mithep::CaloTower>+;
159 #pragma link C++ class mithep::Ref<mithep::CaloTower>+;
160 #pragma link C++ class mithep::RefArray<mithep::CaloTower>+;
161 #pragma link C++ typedef mithep::CaloTowerCol;
162 #pragma link C++ typedef mithep::CaloTowerArr;
163 #pragma link C++ typedef mithep::CaloTowerOArr;
164
165 #pragma link C++ class mithep::Particle+;
166 #pragma link C++ class mithep::Collection<mithep::Particle>+;
167 #pragma link C++ class mithep::RefArray<mithep::Particle>+;
168 #pragma link C++ class mithep::ObjArray<mithep::Particle>+;
169 #pragma link C++ class mithep::Ref<mithep::Particle>+;
170 #pragma link C++ typedef mithep::ParticleCol;
171 #pragma link C++ typedef mithep::ParticleOArr;
172
173 #pragma link C++ class mithep::ChargedParticle+;
174 #pragma link C++ class mithep::Collection<mithep::ChargedParticle>+;
175 #pragma link C++ class mithep::ObjArray<mithep::ChargedParticle>+;
176 #pragma link C++ class mithep::Ref<mithep::ChargedParticle>+;
177 #pragma link C++ typedef mithep::ChargedParticleCol;
178 #pragma link C++ typedef mithep::ChargedParticleArr;
179 #pragma link C++ typedef mithep::ChargedParticleOArr;
180
181 #pragma link C++ class mithep::Muon+;
182 #pragma link C++ enum mithep::Muon::EClassType;
183 #pragma link C++ class mithep::Collection<mithep::Muon>+;
184 #pragma link C++ class mithep::Array<mithep::Muon>+;
185 #pragma link C++ class mithep::ObjArray<mithep::Muon>+;
186 #pragma link C++ class mithep::Ref<mithep::Muon>+;
187 #pragma link C++ typedef mithep::MuonCol;
188 #pragma link C++ typedef mithep::MuonArr;
189 #pragma link C++ typedef mithep::MuonOArr;
190
191 #pragma link C++ class mithep::Electron+;
192 #pragma link C++ class mithep::Collection<mithep::Electron>+;
193 #pragma link C++ class mithep::Array<mithep::Electron>+;
194 #pragma link C++ class mithep::ObjArray<mithep::Electron>+;
195 #pragma link C++ class mithep::Ref<mithep::Electron>+;
196 #pragma link C++ typedef mithep::ElectronCol;
197 #pragma link C++ typedef mithep::ElectronArr;
198 #pragma link C++ typedef mithep::ElectronOArr;
199
200 #pragma link C++ class mithep::Jet+;
201 #pragma link C++ class mithep::Collection<mithep::Jet>+;
202 #pragma link C++ class mithep::Array<mithep::Jet>+;
203 #pragma link C++ class mithep::ObjArray<mithep::Jet>+;
204 #pragma link C++ class mithep::Ref<mithep::Jet>+;
205 #pragma link C++ typedef mithep::JetCol;
206 #pragma link C++ typedef mithep::JetArr;
207 #pragma link C++ typedef mithep::JetOArr;
208
209 #pragma link C++ class mithep::GenJet+;
210 #pragma link C++ class mithep::Collection<mithep::GenJet>+;
211 #pragma link C++ class mithep::Array<mithep::GenJet>+;
212 #pragma link C++ class mithep::ObjArray<mithep::GenJet>+;
213 #pragma link C++ class mithep::Ref<mithep::GenJet>+;
214 #pragma link C++ typedef mithep::GenJetCol;
215 #pragma link C++ typedef mithep::GenJetArr;
216 #pragma link C++ typedef mithep::GenJetOArr;
217
218 #pragma link C++ class mithep::Met+;
219 #pragma link C++ class mithep::Collection<mithep::Met>+;
220 #pragma link C++ class mithep::Array<mithep::Met>+;
221 #pragma link C++ class mithep::ObjArray<mithep::Met>+;
222 #pragma link C++ class mithep::Ref<mithep::Met>+;
223 #pragma link C++ typedef mithep::MetCol;
224 #pragma link C++ typedef mithep::MetArr;
225 #pragma link C++ typedef mithep::MetOArr;
226
227 #pragma link C++ class mithep::TriggerObjectRel+;
228 #pragma link C++ class mithep::Collection<mithep::TriggerObjectRel>+;
229 #pragma link C++ class mithep::Array<mithep::TriggerObjectRel>+;
230 #pragma link C++ typedef mithep::TriggerObjectRelCol;
231 #pragma link C++ typedef mithep::TriggerObjectRelArr;
232 #pragma link C++ typedef mithep::TriggerObjectRelOArr;
233
234 #pragma link C++ class mithep::TriggerObjectBase+;
235 #pragma link C++ class mithep::Collection<mithep::TriggerObjectBase>+;
236 #pragma link C++ class mithep::Array<mithep::TriggerObjectBase>+;
237 #pragma link C++ typedef mithep::TriggerObjectBaseCol;
238 #pragma link C++ typedef mithep::TriggerObjectBaseArr;
239 #pragma link C++ typedef mithep::TriggerObjectBaseOArr;
240
241 #pragma link C++ class mithep::TriggerObject+;
242 #pragma link C++ class mithep::Collection<mithep::TriggerObject>+;
243 #pragma link C++ class mithep::Array<mithep::TriggerObject>+;
244 #pragma link C++ class mithep::ObjArray<mithep::TriggerObject>+;
245 #pragma link C++ typedef mithep::TriggerObjectCol;
246 #pragma link C++ typedef mithep::TriggerObjectArr;
247 #pragma link C++ typedef mithep::TriggerObjectOArr;
248 #pragma link C++ enum mithep::TriggerObject::ETriggerObject;
249
250 #pragma link C++ class mithep::TriggerMask+;
251 #pragma link C++ class mithep::Collection<mithep::TriggerMask>+;
252 #pragma link C++ class mithep::Array<mithep::TriggerMask>+;
253 #pragma link C++ class mithep::ObjArray<mithep::TriggerMask>+;
254 #pragma link C++ typedef mithep::TriggerMaskCol;
255 #pragma link C++ typedef mithep::TriggerMaskArr;
256 #pragma link C++ typedef mithep::TriggerMaskOArr;
257
258 #pragma link C++ class mithep::CompositeParticle+;
259 #pragma link C++ class mithep::Collection<mithep::CompositeParticle>+;
260 #pragma link C++ class mithep::Array<mithep::CompositeParticle>+;
261 #pragma link C++ class mithep::ObjArray<mithep::CompositeParticle>+;
262 #pragma link C++ class mithep::Ref<mithep::CompositeParticle>+;
263 #pragma link C++ typedef mithep::CompositeParticleCol;
264 #pragma link C++ typedef mithep::CompositeParticleArr;
265 #pragma link C++ typedef mithep::CompositeParticleOArr;
266
267 #pragma link C++ class mithep::DaughterData+;
268 #pragma link C++ class mithep::Collection<mithep::DaughterData>+;
269 #pragma link C++ class mithep::RefArray<mithep::DaughterData>+;
270
271 #pragma link C++ class mithep::StableData+;
272 #pragma link C++ class mithep::Collection<mithep::StableData>+;
273 #pragma link C++ class mithep::Array<mithep::StableData>+;
274 #pragma link C++ typedef mithep::StableDataCol;
275 #pragma link C++ typedef mithep::StableDataArr;
276
277 #pragma link C++ class mithep::DecayData+;
278 #pragma link C++ class mithep::Collection<mithep::DecayData>+;
279 #pragma link C++ class mithep::Array<mithep::DecayData>+;
280 #pragma link C++ typedef mithep::DecayDataCol;
281 #pragma link C++ typedef mithep::DecayDataArr;
282
283 #pragma link C++ class mithep::DecayParticle+;
284 #pragma link C++ class mithep::Collection<mithep::DecayParticle>+;
285 #pragma link C++ class mithep::Array<mithep::DecayParticle>+;
286 #pragma link C++ class mithep::ObjArray<mithep::DecayParticle>+;
287 #pragma link C++ typedef mithep::DecayParticleCol;
288 #pragma link C++ typedef mithep::DecayParticleArr;
289 #pragma link C++ typedef mithep::DecayParticleOArr;
290
291 #pragma link C++ class mithep::Conversion+;
292 #pragma link C++ class mithep::Collection<mithep::Conversion>+;
293 #pragma link C++ class mithep::Array<mithep::Conversion>+;
294 #pragma link C++ class mithep::ObjArray<mithep::Conversion>+;
295 #pragma link C++ class mithep::Ref<mithep::Conversion>+;
296 #pragma link C++ class mithep::RefArray<mithep::Conversion>+;
297 #pragma link C++ typedef mithep::ConversionCol;
298 #pragma link C++ typedef mithep::ConversionArr;
299 #pragma link C++ typedef mithep::ConversionOArr;
300
301 #pragma link C++ class mithep::Photon+;
302 #pragma link C++ class mithep::Collection<mithep::Photon>+;
303 #pragma link C++ class mithep::Array<mithep::Photon>+;
304 #pragma link C++ class mithep::ObjArray<mithep::Photon>+;
305 #pragma link C++ class mithep::Ref<mithep::Photon>+;
306 #pragma link C++ typedef mithep::PhotonCol;
307 #pragma link C++ typedef mithep::PhotonArr;
308 #pragma link C++ typedef mithep::PhotonOArr;
309
310 #pragma link C++ class mithep::StableParticle+;
311 #pragma link C++ class mithep::Collection<mithep::StableParticle>+;
312 #pragma link C++ class mithep::Array<mithep::StableParticle>+;
313 #pragma link C++ class mithep::ObjArray<mithep::StableParticle>+;
314 #pragma link C++ class mithep::Ref<mithep::StableParticle>+;
315 #pragma link C++ typedef mithep::StableParticleCol;
316 #pragma link C++ typedef mithep::StableParticleArr;
317 #pragma link C++ typedef mithep::StableParticleOArr;
318
319 #endif