/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/HGCalReco/interface/throwOutOfBoundsException.h
8 строк
240 B
Christopher Jones
TICLLayerTile throws exception if fill request is out of bounds
06 май 2026, 22:40
06 май 2026, 22:40
4b01f0e
Код
Авторство
О чём код?
#ifndef DataFormats_HGCalReco_throwOutOfBoundsException_h #define DataFormats_HGCalReco_throwOutOfBoundsException_h namespace ticllayer { void throwOutOfBoundsException(float eta, float phi, int bin, int size) noexcept(false); } #endif