ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/MitAnaDataTreeLinkDef.h
Revision: 1.58
Committed: Sun Mar 8 12:09:59 2009 UTC (16 years, 1 month ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.57: +11 -57 lines
Log Message:
Move away generic classes and keep only classes stored in the tree.

File Contents

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