/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CalibMuon/CSCCalibration/plugins/modules.cc
13 строк
765 B
Cms Build
Clang-Format
09 май 2019, 07:10
09 май 2019, 07:10
28c42d6
Код
Авторство
О чём код?
#include "CalibMuon/CSCCalibration/interface/CSCIndexerFactory.h" #include "CalibMuon/CSCCalibration/interface/CSCIndexerPostls1.h" #include "CalibMuon/CSCCalibration/interface/CSCIndexerStartup.h" #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperFactory.h" #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperPostls1.h" #include "CalibMuon/CSCCalibration/interface/CSCChannelMapperStartup.h" DEFINE_EDM_PLUGIN(CSCIndexerFactory, CSCIndexerStartup, "CSCIndexerStartup"); DEFINE_EDM_PLUGIN(CSCIndexerFactory, CSCIndexerPostls1, "CSCIndexerPostls1"); DEFINE_EDM_PLUGIN(CSCChannelMapperFactory, CSCChannelMapperStartup, "CSCChannelMapperStartup"); DEFINE_EDM_PLUGIN(CSCChannelMapperFactory, CSCChannelMapperPostls1, "CSCChannelMapperPostls1");