![]() |
![]() |
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