CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoLocalCalo/EcalRecProducers/interface/ESRecHitWorkerFactory.h

Go to the documentation of this file.
00001 #ifndef RecoLocalCalo_EcalRecProducers_ESRecHitWorkerFactory_hh
00002 #define RecoLocalCalo_EcalRecProducers_ESRecHitWorkerFactory_hh
00003 
00004 #include "FWCore/PluginManager/interface/PluginFactory.h"
00005 #include "RecoLocalCalo/EcalRecProducers/interface/ESRecHitWorkerBaseClass.h"
00006 typedef edmplugin::PluginFactory< ESRecHitWorkerBaseClass*(const edm::ParameterSet&) > ESRecHitWorkerFactory;
00007 
00008 #endif