CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalMuon/DTRecHit/interface/DTRecHitAlgoFactory.h

Go to the documentation of this file.
00001 #ifndef RecoLocalMuon_DTRecHitAlgoFactory_H
00002 #define RecoLocalMuon_DTRecHitAlgoFactory_H
00003 
00012 #include "FWCore/PluginManager/interface/PluginFactory.h"
00013 
00014 #include "RecoLocalMuon/DTRecHit/interface/DTRecHitBaseAlgo.h"
00015 
00016 typedef edmplugin::PluginFactory<DTRecHitBaseAlgo *(const edm::ParameterSet &)> DTRecHitAlgoFactory;
00017 #endif
00018 
00019 
00020 
00021