/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/EcalObjects/interface/EcalDCSTowerStatusHelper.h
19 строк
454 B
Cms Build
Clang-Format
22 май 2019, 04:56
22 май 2019, 04:56
28f175a
Код
Авторство
О чём код?
#ifndef CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H #define CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H /** * Author: Francesca * Created: 13 Jan 2009 * **/ class EcalDCSTowerStatusHelper { public: static const int LVSTATUS = 0; static const int LVNOMINALSTATUS = 1; static const int HVSTATUS = 2; static const int HVNOMINALSTATUS = 3; static const int HVEEDSTATUS = 4; static const int HVEEDNOMINALSTATUS = 5; }; #endif