/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimDataFormats/Associations/src/VertexToTrackingVertexAssociatorBaseImpl.cc
10 строк
595 B
Jan Schulz
Template the Vertex <-> TrackingVertex association data formats in order to enable association for the default Secondary Vertex type 'VertexCompositePtrCandidate'
05 авг 2026, 12:09
05 авг 2026, 12:09
6478631
Код
Авторство
О чём код?
#include "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h" template <typename VertexCollection> reco::VertexToTrackingVertexAssociatorBaseImpl<VertexCollection>::VertexToTrackingVertexAssociatorBaseImpl() {} template <typename VertexCollection> reco::VertexToTrackingVertexAssociatorBaseImpl<VertexCollection>::~VertexToTrackingVertexAssociatorBaseImpl() {} template class reco::VertexToTrackingVertexAssociatorBaseImpl<std::vector<reco::Vertex>>; template class reco::VertexToTrackingVertexAssociatorBaseImpl<std::vector<reco::VertexCompositePtrCandidate>>;