/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Calibration/IsolatedParticles/interface/DebugInfo.h
17 строк
549 B
Sunanda
Utilize edm::LogVerbatim instead of cout in a number of classes of Calibration/IsolatedParticles
06 авг 2021, 18:55
06 авг 2021, 18:55
749e9a0
Код
Авторство
О чём код?
#ifndef CalibrationIsolatedParticlesDebugInfo_h #define CalibrationIsolatedParticlesDebugInfo_h #include <sstream> #include <vector> #include "DataFormats/DetId/interface/DetId.h" #include "Geometry/CaloTopology/interface/CaloDirection.h" namespace spr { std::ostringstream debugEcalDet(unsigned int, const DetId&); void debugEcalDets(unsigned int, std::vector<DetId>&); void debugEcalDets(unsigned int, std::vector<DetId>&, std::vector<CaloDirection>&); void debugHcalDets(unsigned int, std::vector<DetId>&); } // namespace spr #endif