ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.56
Committed: Mon Mar 2 13:26:44 2009 UTC (16 years, 2 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.55: +3 -9 lines
Log Message:
Removed Vector<std:string>

File Contents

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