Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalMuon_DTRecHitAlgoFactory_H
0002 #define RecoLocalMuon_DTRecHitAlgoFactory_H
0003 
0004 /** \class DTRecHitAlgoFactory
0005  *  Factory of seal plugins for DT 1D RecHit reconstruction algorithms.
0006  *  The plugins are concrete implementations of DTRecHitBaseAlgo base class.
0007  *
0008  *  \author G. Cerminara - INFN Torino
0009  */
0010 #include "FWCore/PluginManager/interface/PluginFactory.h"
0011 #include "FWCore/Framework/interface/FrameworkfwdMostUsed.h"
0012 
0013 #include "RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h"
0014 
0015 typedef edmplugin::PluginFactory<DTRecHitBaseAlgo *(const edm::ParameterSet &, edm::ConsumesCollector)>
0016     DTRecHitAlgoFactory;
0017 #endif