CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoEcal/EgammaCoreTools/interface/EcalClusterFunctionFactory.h

Go to the documentation of this file.
00001 #ifndef RecoEcal_EgammaCoreTools_hh
00002 #define RecoEcal_EgammaCoreTools_hh
00003 
00013 #include "FWCore/PluginManager/interface/PluginFactory.h"
00014 #include "RecoEcal/EgammaCoreTools/interface/EcalClusterFunctionBaseClass.h"
00015 typedef edmplugin::PluginFactory< EcalClusterFunctionBaseClass*(const edm::ParameterSet&) > EcalClusterFunctionFactory;
00016 
00017 #endif