/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/PatCandidates/interface/throwMissingLabel.h
13 строк
354 B
Cms Build
Clang-Format
26 июн 2019, 18:39
26 июн 2019, 18:39
0b91a9a
Код
Авторство
О чём код?
#ifndef __DataFormats_PatCandidates_throwMissingLabel_h__ #define __DataFormats_PatCandidates_throwMissingLabel_h__ #include <string> #include <vector> namespace pat { void throwMissingLabel(const std::string& what, const std::string& bad_label, const std::vector<std::string>& available); } #endif