ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.60
Committed: Wed Mar 11 18:12:16 2009 UTC (16 years, 1 month ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.59: +56 -28 lines
Log Message:
Change common files to reflect PF and Jet changes

File Contents

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