Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:24

0001 #include "FWCore/PluginManager/interface/ModuleDef.h"
0002 #include "FWCore/Framework/interface/MakerMacros.h"
0003 
0004 #include "DataFormats/JetReco/interface/CaloJet.h"
0005 #include "DataFormats/JetReco/interface/PFJet.h"
0006 #include "JetMETCorrections/MCJet/plugins/CaloMCTruthTreeProducer.h"
0007 #include "JetMETCorrections/MCJet/plugins/PFMCTruthTreeProducer.h"
0008 
0009 DEFINE_FWK_MODULE(CaloMCTruthTreeProducer);
0010 DEFINE_FWK_MODULE(PFMCTruthTreeProducer);