CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibMuon/DTCalibration/interface/DTTTrigCorrectionFactory.h

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