/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondTools/Ecal/plugins/TestEcalTPGSpikeThresholdfromFileAnalyzer.cc
8 строк
366 B
Pierre Depasse
new DB_Run2
10 ноя 2015, 11:44
10 ноя 2015, 11:44
a1e9296
Код
Авторство
О чём код?
#include "CondCore/PopCon/interface/PopConAnalyzer.h" #include "CondTools/Ecal/interface/EcalTPGSpikeThresholdfromFile.h" #include "FWCore/Framework/interface/MakerMacros.h" typedef popcon::PopConAnalyzer<popcon::EcalTPGSpikeThresholdfromFile> ExTestEcalTPGSpikeThresholdfromFile; //define this as a plug-in DEFINE_FWK_MODULE(ExTestEcalTPGSpikeThresholdfromFile);