/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/HGCalObjects/interface/HGCalMappingParameterHost.h
26 строк
1 KB
Pedro
Squashed commit of the following:
17 сен 2025, 12:01
17 сен 2025, 12:01
a83e892
Код
Авторство
О чём код?
#ifndef CondFormats_HGCalObjects_interface_HGCalMappingParameterHost_h #define CondFormats_HGCalObjects_interface_HGCalMappingParameterHost_h #include "DataFormats/Portable/interface/PortableHostCollection.h" #include "CondFormats/HGCalObjects/interface/HGCalMappingParameterSoA.h" namespace hgcal { // SoA with channel-level module mapping parameters in host memory: using HGCalMappingModuleParamHost = PortableHostCollection<HGCalMappingModuleParamSoA>; // SoA with channel-level module mapping parameters in host memory: using HGCalMappingModuleTriggerParamHost = PortableHostCollection<HGCalMappingModuleTriggerParamSoA>; // SoA with channel-level cell mapping parameters in host memory for both Si and SiPM channels: using HGCalMappingCellParamHost = PortableHostCollection<HGCalMappingCellParamSoA>; //SoA with detailed indices corresponding to the dense index in use using HGCalDenseIndexInfoHost = PortableHostCollection<HGCalDenseIndexInfoSoA>; //SoA with detailed indices corresponding to the dense index in use for the trigger using HGCalDenseIndexTriggerInfoHost = PortableHostCollection<HGCalDenseIndexTriggerInfoSoA>; } // namespace hgcal #endif // CondFormats_HGCalObjects_interface_HGCalMappingParameterHost_h