/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/LSTCore/interface/alpaka/PixelQuintupletsDeviceCollection.h
12 строк
526 B
Andres Rios Tascon
CMSSW Integration of LST
13 ноя 2024, 21:32
13 ноя 2024, 21:32
1c51f23
Код
Авторство
О чём код?
#ifndef RecoTracker_LSTCore_interface_PixelQuintupletsDeviceCollection_h #define RecoTracker_LSTCore_interface_PixelQuintupletsDeviceCollection_h #include "DataFormats/Portable/interface/alpaka/PortableCollection.h" #include "RecoTracker/LSTCore/interface/alpaka/Common.h" #include "RecoTracker/LSTCore/interface/PixelQuintupletsSoA.h" namespace ALPAKA_ACCELERATOR_NAMESPACE::lst { using PixelQuintupletsDeviceCollection = PortableCollection<PixelQuintupletsSoA>; } // namespace ALPAKA_ACCELERATOR_NAMESPACE::lst #endif