/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoParticleFlow/PFClusterProducer/interface/PFMultiDepthClusteringCCLabelsHostCollection.h
11 строк
598 B
Alexei Strelchenko
Add Alpaka-based implementation for multi-depth PF clustering
27 фев 2026, 20:52
27 фев 2026, 20:52
00cba17
Код
Авторство
О чём код?
#ifndef RecoParticleFlow_PFClusterProducer_interface_PFMultiDepthClusteringCCLabelsHostCollection_h #define RecoParticleFlow_PFClusterProducer_interface_PFMultiDepthClusteringCCLabelsHostCollection_h #include "RecoParticleFlow/PFClusterProducer/interface/PFMultiDepthClusteringCCLabelsSoA.h" #include "DataFormats/Portable/interface/PortableHostCollection.h" namespace reco { using PFMultiDepthClusteringCCLabelsHostCollection = PortableHostCollection<PFMultiDepthClusteringCCLabelsSoA>; } #endif // RecoParticleFlow_PFClusterProducer_interface_PFMultiDepthClusteringCCLabelsHostCollection_h