Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalMuon_GEMRecHit_GEMRecHitAlgoFactory_H
0002 #define RecoLocalMuon_GEMRecHit_GEMRecHitAlgoFactory_H
0003 /** \class GEMRecHitAlgoFactory
0004  *  Factory of seal plugins for 1D RecHit reconstruction algorithms.
0005  *  The plugins are concrete implementations of GEMRecHitBaseAlgo base class.
0006  *
0007  *  \author G. Cerminara - INFN Torino
0008  */
0009 #include "FWCore/PluginManager/interface/PluginFactory.h"
0010 #include "RecoLocalMuon/GEMRecHit/interface/GEMRecHitBaseAlgo.h"
0011 
0012 typedef edmplugin::PluginFactory<GEMRecHitBaseAlgo *(const edm::ParameterSet &)> GEMRecHitAlgoFactory;
0013 #endif