Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoHGCal_TICL_PatternRecognitionPluginFactory_H
0002 #define RecoHGCal_TICL_PatternRecognitionPluginFactory_H
0003 
0004 #include "FWCore/PluginManager/interface/PluginFactory.h"
0005 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0006 #include "FWCore/Framework/interface/ConsumesCollector.h"
0007 #include "RecoHGCal/TICL/interface/PatternRecognitionAlgoBase.h"
0008 #include "RecoHGCal/TICL/interface/GlobalCache.h"
0009 
0010 typedef edmplugin::PluginFactory<ticl::PatternRecognitionAlgoBaseT<TICLLayerTiles>*(const edm::ParameterSet&,
0011                                                                                     edm::ConsumesCollector)>
0012     PatternRecognitionFactory;
0013 typedef edmplugin::PluginFactory<ticl::PatternRecognitionAlgoBaseT<TICLLayerTilesHFNose>*(const edm::ParameterSet&,
0014                                                                                           edm::ConsumesCollector)>
0015     PatternRecognitionHFNoseFactory;
0016 
0017 #endif