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