ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.55
Committed: Mon Mar 2 12:36:04 2009 UTC (16 years, 2 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.54: +6 -6 lines
Log Message:
Remove StringVec

File Contents

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