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