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

# User Rev Content
1 bendavid 1.41 // $Id: MitAnaDataTreeLinkDef.h,v 1.40 2008/09/30 12:55:13 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.2 #include "MitAna/DataTree/interface/Names.h"
11 loizides 1.16 #include "MitAna/DataTree/interface/Collections.h"
12 loizides 1.12
13 loizides 1.30 #include "MitAna/DataTree/interface/BitMask.h"
14 loizides 1.10 #include "MitAna/DataTree/interface/EventHeader.h"
15 loizides 1.11 #include "MitAna/DataTree/interface/LAHeader.h"
16 loizides 1.37 #include "MitAna/DataTree/interface/TriggerName.h"
17 loizides 1.10 #include "MitAna/DataTree/interface/RunInfo.h"
18 loizides 1.29 #include "MitAna/DataTree/interface/MCEventInfo.h"
19 loizides 1.12
20 loizides 1.3 #include "MitAna/DataTree/interface/DataObject.h"
21 loizides 1.12 #include "MitAna/DataTree/interface/Vertex.h"
22 loizides 1.3 #include "MitAna/DataTree/interface/Track.h"
23 sixie 1.28 #include "MitAna/DataTree/interface/BasicCluster.h"
24     #include "MitAna/DataTree/interface/SuperCluster.h"
25 sixie 1.31 #include "MitAna/DataTree/interface/CaloTower.h"
26 sixie 1.28
27 loizides 1.1 #include "MitAna/DataTree/interface/Particle.h"
28 bendavid 1.21 #include "MitAna/DataTree/interface/ChargedParticle.h"
29 loizides 1.3 #include "MitAna/DataTree/interface/Muon.h"
30 bendavid 1.5 #include "MitAna/DataTree/interface/Electron.h"
31 loizides 1.16 #include "MitAna/DataTree/interface/Jet.h"
32 sixie 1.35 #include "MitAna/DataTree/interface/GenJet.h"
33 loizides 1.16 #include "MitAna/DataTree/interface/Met.h"
34 loizides 1.37 #include "MitAna/DataTree/interface/TriggerObject.h"
35 bendavid 1.20 #include "MitAna/DataTree/interface/MCParticle.h"
36 loizides 1.13 #include "MitAna/DataTree/interface/CompositeParticle.h"
37 bendavid 1.40 #include "MitAna/DataTree/interface/DaughterData.h"
38     #include "MitAna/DataTree/interface/StableData.h"
39     #include "MitAna/DataTree/interface/DecayData.h"
40 loizides 1.12 #include "MitAna/DataTree/interface/DecayParticle.h"
41 sixie 1.28 #include "MitAna/DataTree/interface/Conversion.h"
42 loizides 1.12 #include "MitAna/DataTree/interface/Photon.h"
43 bendavid 1.21 #include "MitAna/DataTree/interface/StableParticle.h"
44 bendavid 1.24 #include "MitAna/DataTree/interface/StableDaughter.h"
45 loizides 1.1 #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 loizides 1.2 #pragma link C++ class mithep::Names+;
56    
57 loizides 1.39 #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 loizides 1.37 #pragma link C++ class mithep::BitMask<1>+;
62     #pragma link C++ class mithep::BitMask<2>+;
63 loizides 1.30 #pragma link C++ class mithep::BitMask<4>+;
64 bendavid 1.41 #pragma link C++ class mithep::BitMask<6>+;
65 loizides 1.30 #pragma link C++ class mithep::BitMask<8>+;
66 loizides 1.39 #pragma link C++ class mithep::BitMask<16>+;
67 loizides 1.30 #pragma link C++ class mithep::BitMask<32>+;
68 loizides 1.37 #pragma link C++ typedef mithep::BitMask8;
69     #pragma link C++ typedef mithep::BitMask16;
70     #pragma link C++ typedef mithep::BitMask32;
71 bendavid 1.41 #pragma link C++ typedef mithep::BitMask48;
72 loizides 1.37 #pragma link C++ typedef mithep::BitMask64;
73 loizides 1.39 #pragma link C++ typedef mithep::BitMask128;
74 loizides 1.30 #pragma link C++ typedef mithep::BitMask256;
75 loizides 1.39 #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 bendavid 1.41 #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 loizides 1.39 #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 loizides 1.32 #pragma link C++ class mithep::EventHeader+;
105     #pragma link C++ class mithep::LAHeader+;
106 loizides 1.37 #pragma link C++ class mithep::TriggerName+;
107 loizides 1.32 #pragma link C++ class mithep::RunInfo+;
108     #pragma link C++ class mithep::MCEventInfo+;
109    
110 loizides 1.3 #pragma link C++ class mithep::DataObject+;
111 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::DataObjectOArr;
117 sixie 1.28
118 loizides 1.12 #pragma link C++ class mithep::Vertex+;
119 bendavid 1.40 #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 sixie 1.28
125 loizides 1.39 #pragma link C++ class mithep::Collection<mithep::BitMask256>+;
126     #pragma link C++ class mithep::Vector<mithep::BitMask256>+;
127    
128 loizides 1.3 #pragma link C++ class mithep::Track+;
129 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::TrackOArr;
135 loizides 1.37 #pragma link C++ enum mithep::Track::EHitLayer;
136 sixie 1.28
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 loizides 1.39 #pragma link C++ typedef mithep::BasicClusterOArr;
145    
146 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::SuperClusterOArr;
153 sixie 1.28
154 sixie 1.31 #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 loizides 1.39 #pragma link C++ typedef mithep::CaloTowerOArr;
162 sixie 1.31
163 loizides 1.1 #pragma link C++ class mithep::Particle+;
164 sixie 1.28 #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 bendavid 1.21 #pragma link C++ class mithep::ChargedParticle+;
169 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::ChargedParticleOArr;
174 sixie 1.28
175 loizides 1.3 #pragma link C++ class mithep::Muon+;
176 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::MuonOArr;
182 sixie 1.28
183 bendavid 1.5 #pragma link C++ class mithep::Electron+;
184 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::ElectronOArr;
190 sixie 1.28
191 loizides 1.16 #pragma link C++ class mithep::Jet+;
192 sixie 1.28 #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 loizides 1.39 #pragma link C++ typedef mithep::JetOArr;
198 sixie 1.28
199 sixie 1.35 #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 loizides 1.39 #pragma link C++ typedef mithep::GenJetOArr;
206 sixie 1.35
207 loizides 1.16 #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 sixie 1.28 #pragma link C++ typedef mithep::MetCol;
212     #pragma link C++ typedef mithep::MetArr;
213 loizides 1.39 #pragma link C++ typedef mithep::MetOArr;
214 loizides 1.12
215 loizides 1.37 #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 loizides 1.39 #pragma link C++ typedef mithep::TriggerObjectRelOArr;
221 loizides 1.37
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 loizides 1.39 #pragma link C++ typedef mithep::TriggerObjectBaseOArr;
228 loizides 1.37
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 loizides 1.39 #pragma link C++ typedef mithep::TriggerObjectOArr;
236 loizides 1.37 #pragma link C++ enum mithep::TriggerObject::ETriggerObject;
237    
238 loizides 1.12 #pragma link C++ class mithep::CompositeParticle+;
239 loizides 1.13 #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 sixie 1.28 #pragma link C++ typedef mithep::CompositeParticleCol;
243     #pragma link C++ typedef mithep::CompositeParticleArr;
244 loizides 1.39 #pragma link C++ typedef mithep::CompositeParticleOArr;
245 loizides 1.12
246 sixie 1.28 #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 bendavid 1.20 #pragma link C++ typedef mithep::MCParticleCol;
251 sixie 1.28 #pragma link C++ typedef mithep::MCParticleArr;
252 loizides 1.39 #pragma link C++ typedef mithep::MCParticleOArr;
253 sixie 1.28 #pragma link C++ enum mithep::MCParticle::EPartType;
254    
255 bendavid 1.38 #pragma link C++ class mithep::DaughterData+;
256     #pragma link C++ class mithep::Collection<mithep::DaughterData>+;
257 bendavid 1.40 #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 bendavid 1.38
271 sixie 1.28 #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 loizides 1.14 #pragma link C++ typedef mithep::DecayParticleCol;
276 sixie 1.28 #pragma link C++ typedef mithep::DecayParticleArr;
277 loizides 1.39 #pragma link C++ typedef mithep::DecayParticleOArr;
278 sixie 1.28
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 loizides 1.39 #pragma link C++ typedef mithep::ConversionCol;
285 sixie 1.28 #pragma link C++ typedef mithep::ConversionArr;
286 loizides 1.39 #pragma link C++ typedef mithep::ConversionOArr;
287 loizides 1.14
288 sixie 1.28 #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 bendavid 1.15 #pragma link C++ typedef mithep::PhotonArr;
294 loizides 1.39 #pragma link C++ typedef mithep::PhotonOArr;
295 sixie 1.28
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 bendavid 1.21 #pragma link C++ typedef mithep::StableParticleArr;
302 loizides 1.39 #pragma link C++ typedef mithep::StableParticleOArr;
303    
304 sixie 1.28 #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 bendavid 1.24 #pragma link C++ typedef mithep::StableDaughterArr;
310 loizides 1.39 #pragma link C++ typedef mithep::StableDaughterOArr;
311 bendavid 1.38
312 loizides 1.1 #endif