Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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