/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DTObjects/interface/DTSequentialCellNumber.h
36 строк
848 B
Cms Build
Clang-Format
29 май 2019, 08:24
29 май 2019, 08:24
5c96c3b
Код
Авторство
О чём код?
#ifndef DTSequentialCellNumber_H #define DTSequentialCellNumber_H /** \class DTSequentialCellNumber * * Description: * Class to compute a sequential number for drift tube cells * * $Date: 2012/02/07 18:34:59 $ * $Revision: 1.1.2.1 $ * \author Paolo Ronchese INFN Padova * */ //---------------------- // Base Class Headers -- //---------------------- //------------------------------------ // Collaborating Class Declarations -- //------------------------------------ //--------------- // C++ Headers -- //--------------- // --------------------- // -- Class Interface -- // --------------------- class DTSequentialCellNumber { public: static int id(int wheel, int station, int sector, int superlayer, int layer, int cell); static int max(); }; #endif // DTSequentialCellNumber_H