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/CaloMet.h" |
38 |
+ |
#include "MitAna/DataTree/interface/PFMet.h" |
39 |
|
#include "MitAna/DataTree/interface/TriggerObject.h" |
40 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
41 |
|
#include "MitAna/DataTree/interface/CompositeParticle.h" |
305 |
|
|
306 |
|
#pragma link C++ class mithep::Jet+; |
307 |
|
#pragma link C++ class mithep::Collection<mithep::Jet>+; |
308 |
+ |
#pragma link C++ class mithep::Array<mithep::Jet>+; |
309 |
|
#pragma link C++ class mithep::ObjArray<mithep::Jet>+; |
310 |
|
#pragma link C++ class mithep::Ref<mithep::Jet>+; |
311 |
|
#pragma link C++ typedef mithep::JetCol; |
312 |
+ |
#pragma link C++ typedef mithep::JetArr; |
313 |
|
#pragma link C++ typedef mithep::JetOArr; |
314 |
|
|
315 |
|
#pragma link C++ class mithep::CaloJet+; |
348 |
|
#pragma link C++ typedef mithep::MetArr; |
349 |
|
#pragma link C++ typedef mithep::MetOArr; |
350 |
|
|
351 |
+ |
#pragma link C++ class mithep::CaloMet+; |
352 |
+ |
#pragma link C++ class mithep::Collection<mithep::CaloMet>+; |
353 |
+ |
#pragma link C++ class mithep::Array<mithep::CaloMet>+; |
354 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::CaloMet>+; |
355 |
+ |
#pragma link C++ class mithep::Ref<mithep::CaloMet>+; |
356 |
+ |
#pragma link C++ typedef mithep::CaloMetCol; |
357 |
+ |
#pragma link C++ typedef mithep::CaloMetArr; |
358 |
+ |
#pragma link C++ typedef mithep::CaloMetOArr; |
359 |
+ |
|
360 |
+ |
#pragma link C++ class mithep::PFMet+; |
361 |
+ |
#pragma link C++ class mithep::Collection<mithep::PFMet>+; |
362 |
+ |
#pragma link C++ class mithep::Array<mithep::PFMet>+; |
363 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::PFMet>+; |
364 |
+ |
#pragma link C++ class mithep::Ref<mithep::PFMet>+; |
365 |
+ |
#pragma link C++ typedef mithep::PFMetCol; |
366 |
+ |
#pragma link C++ typedef mithep::PFMetArr; |
367 |
+ |
#pragma link C++ typedef mithep::PFMetOArr; |
368 |
+ |
|
369 |
|
#endif |