CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/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