CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/SimMuon/DTDigitizer/interface/DTDigiSyncFactory.h

Go to the documentation of this file.
00001 #ifndef SimMuon_DTDigitizer_DTDigiSyncFactory_H
00002 #define SimMuon_DTDigitizer_DTDigiSyncFactory_H
00003 
00016 #include "FWCore/PluginManager/interface/PluginFactory.h"
00017 #include "SimMuon/DTDigitizer/interface/DTDigiSyncBase.h"
00018 
00019 namespace edm {class ParameterSet;}
00020 
00021 typedef edmplugin::PluginFactory<DTDigiSyncBase *(const edm::ParameterSet &)> DTDigiSyncFactory;
00022   
00023 #endif
00024