49 |
|
#include "MitAna/DataTree/interface/Photon.h" |
50 |
|
#include "MitAna/DataTree/interface/StableParticle.h" |
51 |
|
#include "MitAna/DataTree/interface/PFCandidate.h" |
52 |
+ |
#include "MitAna/DataTree/interface/Tau.h" |
53 |
+ |
#include "MitAna/DataTree/interface/CaloTau.h" |
54 |
+ |
#include "MitAna/DataTree/interface/PFTau.h" |
55 |
|
#endif |
56 |
|
|
57 |
|
#ifdef __CINT__ |
158 |
|
#pragma link C++ class mithep::Array<mithep::Track>+; |
159 |
|
#pragma link C++ class mithep::ObjArray<mithep::Track>+; |
160 |
|
#pragma link C++ class mithep::Ref<mithep::Track>+; |
161 |
+ |
#pragma link C++ class mithep::RefArray<mithep::Track>+; |
162 |
|
#pragma link C++ typedef mithep::TrackCol; |
163 |
|
#pragma link C++ typedef mithep::TrackArr; |
164 |
|
#pragma link C++ typedef mithep::TrackOArr; |
374 |
|
#pragma link C++ typedef mithep::PFMetArr; |
375 |
|
#pragma link C++ typedef mithep::PFMetOArr; |
376 |
|
|
377 |
+ |
#pragma link C++ class mithep::Tau+; |
378 |
+ |
#pragma link C++ class mithep::Collection<mithep::Tau>+; |
379 |
+ |
#pragma link C++ class mithep::Array<mithep::Tau>+; |
380 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::Tau>+; |
381 |
+ |
#pragma link C++ class mithep::Ref<mithep::Tau>+; |
382 |
+ |
#pragma link C++ typedef mithep::TauCol; |
383 |
+ |
#pragma link C++ typedef mithep::TauArr; |
384 |
+ |
#pragma link C++ typedef mithep::TauOArr; |
385 |
+ |
|
386 |
+ |
#pragma link C++ class mithep::CaloTau+; |
387 |
+ |
#pragma link C++ class mithep::Collection<mithep::CaloTau>+; |
388 |
+ |
#pragma link C++ class mithep::Array<mithep::CaloTau>+; |
389 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::CaloTau>+; |
390 |
+ |
#pragma link C++ class mithep::Ref<mithep::CaloTau>+; |
391 |
+ |
#pragma link C++ typedef mithep::CaloTauCol; |
392 |
+ |
#pragma link C++ typedef mithep::CaloTauArr; |
393 |
+ |
#pragma link C++ typedef mithep::CaloTauOArr; |
394 |
+ |
|
395 |
+ |
#pragma link C++ class mithep::PFTau+; |
396 |
+ |
#pragma link C++ class mithep::Collection<mithep::PFTau>+; |
397 |
+ |
#pragma link C++ class mithep::Array<mithep::PFTau>+; |
398 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::PFTau>+; |
399 |
+ |
#pragma link C++ class mithep::Ref<mithep::PFTau>+; |
400 |
+ |
#pragma link C++ typedef mithep::PFTauCol; |
401 |
+ |
#pragma link C++ typedef mithep::PFTauArr; |
402 |
+ |
#pragma link C++ typedef mithep::PFTauOArr; |
403 |
+ |
|
404 |
|
#endif |