CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibMuon/DTDigiSync/interface/DTTTrigSyncFactory.h

Go to the documentation of this file.
00001 #ifndef RecoLocalMuon_DTTTrigSyncFactory_H
00002 #define RecoLocalMuon_DTTTrigSyncFactory_H
00003 
00012 #include "FWCore/PluginManager/interface/PluginFactory.h"
00013 
00014 namespace edm {
00015   class ParameterSet;
00016 }
00017 class DTTTrigBaseSync;
00018 
00019 typedef edmplugin::PluginFactory<DTTTrigBaseSync *(const edm::ParameterSet &)> DTTTrigSyncFactory;
00020 #endif
00021