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