/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/LSTCore/interface/PixelSegmentsHostCollection.h
10 строк
388 B
GNiendorf
Dynamic Memory Allocation for LST Objects
31 янв 2025, 18:18
31 янв 2025, 18:18
2967c14
Код
Авторство
О чём код?
#ifndef RecoTracker_LSTCore_interface_PixelSegmentsHostCollection_h #define RecoTracker_LSTCore_interface_PixelSegmentsHostCollection_h #include "RecoTracker/LSTCore/interface/PixelSegmentsSoA.h" #include "DataFormats/Portable/interface/PortableHostCollection.h" namespace lst { using PixelSegmentsHostCollection = PortableHostCollection<PixelSegmentsSoA>; } // namespace lst #endif