/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/LSTCore/interface/PixelTripletsHostCollection.h
10 строк
388 B
Andres Rios Tascon
CMSSW Integration of LST
13 ноя 2024, 21:32
13 ноя 2024, 21:32
1c51f23
Код
Авторство
О чём код?
#ifndef RecoTracker_LSTCore_interface_PixelTripletsHostCollection_h #define RecoTracker_LSTCore_interface_PixelTripletsHostCollection_h #include "RecoTracker/LSTCore/interface/PixelTripletsSoA.h" #include "DataFormats/Portable/interface/PortableHostCollection.h" namespace lst { using PixelTripletsHostCollection = PortableHostCollection<PixelTripletsSoA>; } // namespace lst #endif