/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/RPCObjects/interface/FebLocationSpec.h
24 строки
542 B
Cms Build
Clang-Format
24 май 2019, 00:14
24 май 2019, 00:14
ecf11e6
Код
Авторство
О чём код?
#ifndef CondFormatsRPCObjectsFebLocationSpec_H #define CondFormatsRPCObjectsFebLocationSpec_H #include "CondFormats/Serialization/interface/Serializable.h" #include <string> /** \class FebLocationSpec * RPC FEB specification for readout decoding */ struct FebLocationSpec { char cmsEtaPartition; char positionInCmsEtaPartition; char localEtaPartition; char positionInLocalEtaPartition; /// debug printout std::string localEtaPartitionName() const; std::string print(int depth = 0) const; COND_SERIALIZABLE; }; #endif