/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimDataFormats/TrackingHit/interface/SimHitCategory.h
22 строки
616 B
Fabio Cossutti
Squashed commit of the following:
08 апр 2026, 18:03
08 апр 2026, 18:03
5b2960f
Код
Авторство
О чём код?
#ifndef SimHitCategory_h #define SimHitCategory_h namespace SimHitCategory { // Identification code of sim hit production mechanism, subdetector dependent // MTD static constexpr unsigned int nCategoriesMTD = 5; static constexpr unsigned int prodTypeMTD[nCategoriesMTD] = { 0, // direct hit from particle coming from tracker 1, // BTL hit from secondary particle not saved in history 2, // BTL hit from identified looper 3, // BTL hit from back-scattering from CALO volume 4 // ETL hit entering from a rear face of disks }; }; // namespace SimHitCategory #endif