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