Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoHGCAL_TICL_LinkingAlgoFactory_h
0002 #define RecoHGCAL_TICL_LinkingAlgoFactory_h
0003 
0004 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0005 #include "FWCore/PluginManager/interface/PluginFactory.h"
0006 #include "LinkingAlgoBase.h"
0007 
0008 using LinkingAlgoFactory = edmplugin::PluginFactory<ticl::LinkingAlgoBase*(const edm::ParameterSet&)>;
0009 
0010 #endif