/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/EcalObjects/interface/EcalRecHitConditionsHost.h
11 строк
496 B
Thomas
ECAL rechit portable conditions and migration of CUDA rechit producer to alpaka.
16 дек 2024, 15:58
16 дек 2024, 15:58
c356529
Код
Авторство
О чём код?
#ifndef CondFormats_EcalObjects_interface_EcalRecHitConditionsHost_h #define CondFormats_EcalObjects_interface_EcalRecHitConditionsHost_h #include "CondFormats/EcalObjects/interface/EcalRecHitConditionsSoA.h" #include "DataFormats/Portable/interface/PortableHostCollection.h" #include "HeterogeneousCore/AlpakaInterface/interface/config.h" #include "HeterogeneousCore/AlpakaInterface/interface/memory.h" using EcalRecHitConditionsHost = PortableHostCollection<EcalRecHitConditionsSoA>; #endif