/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/MessageService/test/ProblemTestClient_t1.cc
23 строки
748 B
Chris Jones
Remove use of legacy module classes from framework tests
05 окт 2021, 17:09
05 окт 2021, 17:09
9c36c49
Код
Авторство
О чём код?
#include "FWCore/MessageService/test/ProblemTestClient_t1.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" #include "FWCore/Framework/interface/MakerMacros.h" #include <iostream> #include <string> namespace edmtest { void ProblemTestClient_t1::analyze(edm::StreamID, edm::Event const& /*unused*/ , edm::EventSetup const& /*unused*/ ) const { LogDebug("cat_A") << "This message should not appear"; LogDebug("TrackerGeom") << "LogDebug was used to send this message"; } // MessageLoggerClient::analyze() } // namespace edmtest using edmtest::ProblemTestClient_t1; DEFINE_FWK_MODULE(ProblemTestClient_t1);