/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/SiPixelObjects/interface/SiPixelMappingLayout.h
24 строки
1 KB
Adriano Di Florio
Port the pixel local reconstruction to Alpaka
25 янв 2024, 18:47
Не верифицирован
25 янв 2024, 18:47
87aaae8
Код
Авторство
О чём код?
#ifndef CondFormats_SiPixelObjects_interface_SiPixelMappingLayout_h #define CondFormats_SiPixelObjects_interface_SiPixelMappingLayout_h #include <array> #include "DataFormats/SoATemplate/interface/SoALayout.h" #include "CondFormats/SiPixelObjects/interface/SiPixelROCsStatusAndMapping.h" GENERATE_SOA_LAYOUT(SiPixelMappingLayout, SOA_COLUMN(unsigned int, fed), SOA_COLUMN(unsigned int, link), SOA_COLUMN(unsigned int, roc), SOA_COLUMN(unsigned int, rawId), SOA_COLUMN(unsigned int, rocInDet), SOA_COLUMN(unsigned int, moduleId), SOA_COLUMN(bool, badRocs), SOA_COLUMN(unsigned char, modToUnpDefault), SOA_SCALAR(unsigned int, size), SOA_SCALAR(bool, hasQuality)) using SiPixelMappingSoA = SiPixelMappingLayout<>; using SiPixelMappingSoAView = SiPixelMappingSoA::View; using SiPixelMappingSoAConstView = SiPixelMappingSoA::ConstView; #endif // CondFormats_SiPixelObjects_interface_SiPixelMappingLayout_h