/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondTools/Hcal/interface/parseHcalDetId.h
20 строк
535 B
Cms Build
Clang-Format
16 май 2019, 16:47
16 май 2019, 16:47
daddf8a
Код
Авторство
О чём код?
#ifndef CONDTOOLS_HCAL_PARSEHCALDETID_H_ #define CONDTOOLS_HCAL_PARSEHCALDETID_H_ #include <string> #include "DataFormats/HcalDetId/interface/HcalDetId.h" // // Construct HcalDetId from a line of text. // Return HcalDetId with rawId of 0 of the // text does not corrspond to a correct // detector id specification. // HcalDetId parseHcalDetId(const std::string& s); // // Return a human-readable name for the given subdetector // const char* hcalSubdetectorName(HcalSubdetector subdet); #endif // CONDTOOLS_HCAL_PARSEHCALDETID_H_