Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef GEMRecHit_GEMSegmentBuilderPluginFactory_h
0002 #define GEMRecHit_GEMSegmentBuilderPluginFactory_h
0003 
0004 /** \class GEMSegmentBuilderPluginFactory derived from CSC
0005  *  Plugin factory for concrete GEMSegmentBuilder algorithms
0006  *
0007  * \author Piet Verwilligen
0008  * 
0009  */
0010 
0011 #include "FWCore/PluginManager/interface/PluginFactory.h"
0012 #include "RecoLocalMuon/GEMSegment/plugins/GEMSegmentAlgorithmBase.h"
0013 
0014 typedef edmplugin::PluginFactory<GEMSegmentAlgorithmBase *(const edm::ParameterSet &)> GEMSegmentBuilderPluginFactory;
0015 
0016 #endif