Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-09-12 10:23:07

0001 #include "FWCore/PluginManager/interface/ModuleDef.h"
0002 
0003 #include "FWCore/Framework/interface/MakerMacros.h"
0004 
0005 #include <Validation/GlobalRecHits/interface/GlobalRecHitsProducer.h>
0006 DEFINE_FWK_MODULE(GlobalRecHitsProducer);
0007 
0008 #include <Validation/GlobalRecHits/interface/GlobalRecHitsAnalyzer.h>
0009 DEFINE_FWK_MODULE(GlobalRecHitsAnalyzer);
0010 
0011 #include <Validation/GlobalRecHits/interface/GlobalRecHitsHistogrammer.h>
0012 DEFINE_FWK_MODULE(GlobalRecHitsHistogrammer);