ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.46
Committed: Tue Dec 2 09:30:11 2008 UTC (16 years, 5 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.45: +3 -3 lines
Log Message:
Added DataBase for objects that do not need to the TObjects bits.

File Contents

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