/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/SiStripMonitorClient/src/SiStripLayoutParser.cc
20 строк
679 B
Marcel Andre Schneider
Add assertions to stubbed out code paths.
05 фев 2020, 17:39
05 фев 2020, 17:39
2517c51
Код
Авторство
О чём код?
#include "DQM/SiStripMonitorClient/interface/SiStripLayoutParser.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" #include <iostream> #include <cassert> // // -- Constructor // SiStripLayoutParser::SiStripLayoutParser() { edm::LogInfo("SiStripLayoutParser") << " Creating SiStripLayoutParser " << "\n"; } void SiStripLayoutParser::getDocument(std::string filepath) { // TODO: add new parser based on boost::property_tree. assert(!"No longer implemented."); } // // -- Get list of Layouts for ME groups // bool SiStripLayoutParser::getAllLayouts(std::map<std::string, std::vector<std::string> >& layouts) { return false; }