/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoTracker/PixelSeeding/src/classes.h
11 строк
344 B
mmusich
move RecoPixelVertexing subsystem to RecoTracker
15 мар 2023, 10:40
15 мар 2023, 10:40
ac584e8
Код
Авторство
О чём код?
#include "RecoTracker/PixelSeeding/interface/IntermediateHitTriplets.h" #include "DataFormats/Common/interface/Wrapper.h" #include <vector> namespace RecoPixelVertexing_PixelTriplets { struct dictionary { IntermediateHitTriplets iht; edm::Wrapper<IntermediateHitTriplets> wiht; }; } // namespace RecoPixelVertexing_PixelTriplets