/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQMServices/Examples/plugins/SealModule.cc
6 строк
277 B
Marcel Andre Schneider
Remove Legacy Example code.
12 июл 2019, 13:07
12 июл 2019, 13:07
37df42e
Код
Авторство
О чём код?
#include "FWCore/Framework/interface/MakerMacros.h" // The example source module #include <DQMServices/Examples/interface/DQMExample_Step1.h> DEFINE_FWK_MODULE(DQMExample_Step1); #include <DQMServices/Examples/interface/DQMExample_Step2.h> DEFINE_FWK_MODULE(DQMExample_Step2);