/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DataFormats/HGCalDigi/interface/HGCalDigiTriggerHost.h
14 строк
501 B
Pedro
Squashed commit of the following:
17 сен 2025, 12:01
17 сен 2025, 12:01
a83e892
Код
Авторство
О чём код?
#ifndef DataFormats_HGCalDigi_interface_HGCalDigiTriggerHost_h #define DataFormats_HGCalDigi_interface_HGCalDigiTriggerHost_h #include "DataFormats/Portable/interface/PortableHostCollection.h" #include "DataFormats/HGCalDigi/interface/HGCalDigiTriggerSoA.h" namespace hgcaldigi { // SoA with x, y, z, id fields in host memory using HGCalDigiTriggerHost = PortableHostCollection<HGCalDigiTriggerSoA>; } // namespace hgcaldigi #endif // DataFormats_HGCalDigi_interface_HGCalDigiTriggerHost_h