/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Calibration/Tools/interface/InvMatrixCommonDefs.h
30 строк
623 B
Cms Build
Clang-Format
16 май 2019, 15:48
16 май 2019, 15:48
99a83f0
Код
Авторство
О чём код?
/** \class InvMatrixCommonDefs \brief common definitions that have to hold across different programs */ #ifndef __CINT__ #ifndef InvMatrixCommonDefs_h #define InvMatrixCommonDefs_h #include "Calibration/Tools/interface/CalibCoeff.h" #include <map> #define SCMaxPhi 20 #define SCMaxEta 85 //const int SCMaxPhi = 20 ; //const int SCMaxEta = 85 ; namespace ecalIM { typedef std::map<int, CalibCoeff> coeffMap; typedef std::map<int, CalibCoeff>::const_iterator coeffMapIt; typedef std::pair<coeffMapIt, coeffMapIt> coeffBlock; int uniqueIndex(int eta, int phi); } // namespace ecalIM #endif #endif