Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:43

0001 #ifndef RecoEcal_EgammaCoreTools_hh
0002 #define RecoEcal_EgammaCoreTools_hh
0003 
0004 /** \class EcalClusterFunctionFactory
0005   *  Manage all the cluster functions
0006   *
0007   *  $Id: EcalClusterFunctionFactory.h
0008   *  $Date:
0009   *  $Revision:
0010   *  \author Federico Ferri, CEA Saclay, November 2008
0011   */
0012 
0013 #include "FWCore/PluginManager/interface/PluginFactory.h"
0014 #include "RecoEcal/EgammaCoreTools/interface/EcalClusterFunctionBaseClass.h"
0015 typedef edmplugin::PluginFactory<EcalClusterFunctionBaseClass*(const edm::ParameterSet&, edm::ConsumesCollector)>
0016     EcalClusterFunctionFactory;
0017 
0018 #endif