31 |
|
#include "MitAna/DataTree/interface/Muon.h" |
32 |
|
#include "MitAna/DataTree/interface/Electron.h" |
33 |
|
#include "MitAna/DataTree/interface/Jet.h" |
34 |
+ |
#include "MitAna/DataTree/interface/CaloJet.h" |
35 |
|
#include "MitAna/DataTree/interface/GenJet.h" |
36 |
|
#include "MitAna/DataTree/interface/Met.h" |
37 |
|
#include "MitAna/DataTree/interface/TriggerObject.h" |
44 |
|
#include "MitAna/DataTree/interface/Conversion.h" |
45 |
|
#include "MitAna/DataTree/interface/Photon.h" |
46 |
|
#include "MitAna/DataTree/interface/StableParticle.h" |
47 |
+ |
#include "MitAna/DataTree/interface/PFCandidate.h" |
48 |
|
#endif |
49 |
|
|
50 |
|
#ifdef __CINT__ |
199 |
|
#pragma link C++ typedef mithep::ElectronArr; |
200 |
|
#pragma link C++ typedef mithep::ElectronOArr; |
201 |
|
|
200 |
– |
#pragma link C++ class mithep::Jet+; |
201 |
– |
#pragma link C++ class mithep::Collection<mithep::Jet>+; |
202 |
– |
#pragma link C++ class mithep::Array<mithep::Jet>+; |
203 |
– |
#pragma link C++ class mithep::ObjArray<mithep::Jet>+; |
204 |
– |
#pragma link C++ class mithep::Ref<mithep::Jet>+; |
205 |
– |
#pragma link C++ typedef mithep::JetCol; |
206 |
– |
#pragma link C++ typedef mithep::JetArr; |
207 |
– |
#pragma link C++ typedef mithep::JetOArr; |
208 |
– |
|
209 |
– |
#pragma link C++ class mithep::GenJet+; |
210 |
– |
#pragma link C++ class mithep::Collection<mithep::GenJet>+; |
211 |
– |
#pragma link C++ class mithep::Array<mithep::GenJet>+; |
212 |
– |
#pragma link C++ class mithep::ObjArray<mithep::GenJet>+; |
213 |
– |
#pragma link C++ class mithep::Ref<mithep::GenJet>+; |
214 |
– |
#pragma link C++ typedef mithep::GenJetCol; |
215 |
– |
#pragma link C++ typedef mithep::GenJetArr; |
216 |
– |
#pragma link C++ typedef mithep::GenJetOArr; |
217 |
– |
|
218 |
– |
#pragma link C++ class mithep::Met+; |
219 |
– |
#pragma link C++ class mithep::Collection<mithep::Met>+; |
220 |
– |
#pragma link C++ class mithep::Array<mithep::Met>+; |
221 |
– |
#pragma link C++ class mithep::ObjArray<mithep::Met>+; |
222 |
– |
#pragma link C++ class mithep::Ref<mithep::Met>+; |
223 |
– |
#pragma link C++ typedef mithep::MetCol; |
224 |
– |
#pragma link C++ typedef mithep::MetArr; |
225 |
– |
#pragma link C++ typedef mithep::MetOArr; |
226 |
– |
|
202 |
|
#pragma link C++ class mithep::TriggerObjectRel+; |
203 |
|
#pragma link C++ class mithep::Collection<mithep::TriggerObjectRel>+; |
204 |
|
#pragma link C++ class mithep::Array<mithep::TriggerObjectRel>+; |
291 |
|
#pragma link C++ typedef mithep::StableParticleArr; |
292 |
|
#pragma link C++ typedef mithep::StableParticleOArr; |
293 |
|
|
294 |
+ |
#pragma link C++ class mithep::Ref<mithep::PFCandidate>+; |
295 |
+ |
#pragma link C++ class mithep::PFCandidate+; |
296 |
+ |
#pragma link C++ class mithep::Collection<mithep::PFCandidate>+; |
297 |
+ |
#pragma link C++ class mithep::Array<mithep::PFCandidate>+; |
298 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::PFCandidate>+; |
299 |
+ |
#pragma link C++ class mithep::RefArray<mithep::PFCandidate>+; |
300 |
+ |
#pragma link C++ typedef mithep::PFCandidateCol; |
301 |
+ |
#pragma link C++ typedef mithep::PFCandidateArr; |
302 |
+ |
#pragma link C++ typedef mithep::PFCandidateOArr; |
303 |
+ |
|
304 |
+ |
#pragma link C++ class mithep::Jet+; |
305 |
+ |
#pragma link C++ class mithep::Collection<mithep::Jet>+; |
306 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::Jet>+; |
307 |
+ |
#pragma link C++ class mithep::Ref<mithep::Jet>+; |
308 |
+ |
#pragma link C++ typedef mithep::JetCol; |
309 |
+ |
#pragma link C++ typedef mithep::JetOArr; |
310 |
+ |
|
311 |
+ |
#pragma link C++ class mithep::CaloJet+; |
312 |
+ |
#pragma link C++ class mithep::Collection<mithep::CaloJet>+; |
313 |
+ |
#pragma link C++ class mithep::Array<mithep::CaloJet>+; |
314 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::CaloJet>+; |
315 |
+ |
#pragma link C++ class mithep::Ref<mithep::CaloJet>+; |
316 |
+ |
#pragma link C++ typedef mithep::CaloJetCol; |
317 |
+ |
#pragma link C++ typedef mithep::CaloJetArr; |
318 |
+ |
#pragma link C++ typedef mithep::CaloJetOArr; |
319 |
+ |
|
320 |
+ |
#pragma link C++ class mithep::PFJet+; |
321 |
+ |
#pragma link C++ class mithep::Collection<mithep::PFJet>+; |
322 |
+ |
#pragma link C++ class mithep::Array<mithep::PFJet>+; |
323 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::PFJet>+; |
324 |
+ |
#pragma link C++ class mithep::Ref<mithep::PFJet>+; |
325 |
+ |
#pragma link C++ typedef mithep::PFJetCol; |
326 |
+ |
#pragma link C++ typedef mithep::PFJetArr; |
327 |
+ |
#pragma link C++ typedef mithep::PFJetOArr; |
328 |
+ |
|
329 |
+ |
#pragma link C++ class mithep::GenJet+; |
330 |
+ |
#pragma link C++ class mithep::Collection<mithep::GenJet>+; |
331 |
+ |
#pragma link C++ class mithep::Array<mithep::GenJet>+; |
332 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::GenJet>+; |
333 |
+ |
#pragma link C++ class mithep::Ref<mithep::GenJet>+; |
334 |
+ |
#pragma link C++ typedef mithep::GenJetCol; |
335 |
+ |
#pragma link C++ typedef mithep::GenJetArr; |
336 |
+ |
#pragma link C++ typedef mithep::GenJetOArr; |
337 |
+ |
|
338 |
+ |
#pragma link C++ class mithep::Met+; |
339 |
+ |
#pragma link C++ class mithep::Collection<mithep::Met>+; |
340 |
+ |
#pragma link C++ class mithep::Array<mithep::Met>+; |
341 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::Met>+; |
342 |
+ |
#pragma link C++ class mithep::Ref<mithep::Met>+; |
343 |
+ |
#pragma link C++ typedef mithep::MetCol; |
344 |
+ |
#pragma link C++ typedef mithep::MetArr; |
345 |
+ |
#pragma link C++ typedef mithep::MetOArr; |
346 |
+ |
|
347 |
|
#endif |