File indexing completed on 2024-04-06 12:25:53
0001 #ifndef RecoLocalCalo_HGCalRecProducers_HGCalRecHitWorkerFactory_hh
0002 #define RecoLocalCalo_HGCalRecProducers_HGCalRecHitWorkerFactory_hh
0003
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "RecoLocalCalo/HGCalRecProducers/interface/HGCalRecHitWorkerBaseClass.h"
0006 typedef edmplugin::PluginFactory<HGCalRecHitWorkerBaseClass*(const edm::ParameterSet&, edm::ConsumesCollector)>
0007 HGCalRecHitWorkerFactory;
0008
0009 #endif