14 |
|
#include "MitAna/DataTree/interface/GenJet.h" |
15 |
|
#include "MitAna/DataTree/interface/MCParticle.h" |
16 |
|
#include "MitAna/DataTree/interface/Muon.h" |
17 |
+ |
#include "MitAna/DataTree/interface/JPTJet.h" |
18 |
|
#include "MitAna/DataTree/interface/PFJet.h" |
19 |
|
#include "MitAna/DataTree/interface/PFMet.h" |
20 |
|
#include "MitAna/DataTree/interface/Photon.h" |
56 |
|
#pragma link C++ class mithep::PublisherMod<mithep::SuperCluster>+; |
57 |
|
#pragma link C++ class mithep::PublisherMod<mithep::Track>+; |
58 |
|
#pragma link C++ class mithep::PublisherMod<mithep::TriggerObject>+; |
59 |
+ |
#pragma link C++ class mithep::PublisherMod<mithep::JPTJet, mithep::Jet>+; |
60 |
|
#endif |