CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/RecoLocalMuon/DTSegment/src/DTRecSegment4DAlgoFactory.h

Go to the documentation of this file.
00001 #ifndef DTSegment_DTRecSegment4DAlgoFactory_h
00002 #define DTSegment_DTRecSegment4DAlgoFactory_h
00003 
00015 #include "FWCore/PluginManager/interface/PluginFactory.h"
00016 #include "RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h"
00017 
00018 
00019 // C++ Headers
00020 
00021 // ======================================================================
00022 
00023 // Class DTRecSegment4DAlgoFactory Interface
00024 
00025 typedef edmplugin::PluginFactory<DTRecSegment4DBaseAlgo *(const edm::ParameterSet &)> DTRecSegment4DAlgoFactory;
00026 #endif