Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:41

0001 #ifndef RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitWorkerFactory_hh
0002 #define RecoLocalCalo_EcalRecProducers_EcalUncalibRecHitWorkerFactory_hh
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "FWCore/Framework/interface/ConsumesCollector.h"
0006 #include "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerBaseClass.h"
0007 
0008 typedef edmplugin::PluginFactory<EcalUncalibRecHitWorkerBaseClass*(const edm::ParameterSet&, edm::ConsumesCollector& c)>
0009     EcalUncalibRecHitWorkerFactory;
0010 
0011 #endif