/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/LSTCore/interface/alpaka/ModulesDeviceCollection.h
13 строк
502 B
markus
Remove MultiCollections from LSTCore
14 янв 2026, 11:56
14 янв 2026, 11:56
c9fb576
Код
Авторство
О чём код?
#ifndef RecoTracker_LSTCore_interface_alpaka_ModulesDeviceCollection_h #define RecoTracker_LSTCore_interface_alpaka_ModulesDeviceCollection_h #include "DataFormats/Portable/interface/alpaka/PortableCollection.h" #include "RecoTracker/LSTCore/interface/alpaka/Common.h" #include "RecoTracker/LSTCore/interface/ModulesSoA.h" namespace ALPAKA_ACCELERATOR_NAMESPACE::lst { using ModulesDeviceCollection = PortableCollection<ModulesSoABlocks>; } // namespace ALPAKA_ACCELERATOR_NAMESPACE::lst #endif