ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.41
Committed: Fri Oct 31 17:42:09 2008 UTC (16 years, 6 months ago) by bendavid
Content type: text/plain
Branch: MAIN
Changes since 1.40: +7 -1 lines
Log Message:
Switched track layer/hit masks from BitMask64 to BitMask48

File Contents

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