30 |
|
#include "MitAna/DataTree/interface/Muon.h" |
31 |
|
#include "MitAna/DataTree/interface/Electron.h" |
32 |
|
#include "MitAna/DataTree/interface/Jet.h" |
33 |
+ |
#include "MitAna/DataTree/interface/GenJet.h" |
34 |
|
#include "MitAna/DataTree/interface/Met.h" |
35 |
|
#include "MitAna/DataTree/interface/CaloMet.h" |
36 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
140 |
|
#pragma link C++ typedef mithep::JetCol; |
141 |
|
#pragma link C++ typedef mithep::JetArr; |
142 |
|
|
143 |
+ |
#pragma link C++ class mithep::GenJet+; |
144 |
+ |
#pragma link C++ class mithep::Collection<mithep::GenJet>+; |
145 |
+ |
#pragma link C++ class mithep::Array<mithep::GenJet>+; |
146 |
+ |
#pragma link C++ class mithep::ObjArray<mithep::GenJet>+; |
147 |
+ |
#pragma link C++ typedef mithep::GenJetCol; |
148 |
+ |
#pragma link C++ typedef mithep::GenJetArr; |
149 |
+ |
|
150 |
|
#pragma link C++ class mithep::Met+; |
151 |
|
#pragma link C++ class mithep::Collection<mithep::Met>+; |
152 |
|
#pragma link C++ class mithep::Array<mithep::Met>+; |