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