ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.64
Committed: Thu Mar 19 23:09:36 2009 UTC (16 years, 1 month ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.63: +32 -1 lines
Log Message:
Added Tau classes

File Contents

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