/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimDataFormats/Associations/interface/VertexAssociation.h
19 строк
890 B
Cms Build
Clang-Format
08 май 2019, 15:15
08 май 2019, 15:15
374248c
Код
Авторство
О чём код?
#ifndef SimDataFormats_Associations_VertexAssociation_h #define SimDataFormats_Associations_VertexAssociation_h #include "DataFormats/Common/interface/AssociationMap.h" #include "DataFormats/Common/interface/OneToManyWithQualityGeneric.h" #include "DataFormats/Common/interface/View.h" #include "DataFormats/VertexReco/interface/Vertex.h" #include "DataFormats/VertexReco/interface/VertexFwd.h" #include "SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h" #include "SimDataFormats/TrackingAnalysis/interface/TrackingVertexContainer.h" namespace reco { typedef edm::AssociationMap<edm::OneToManyWithQuality<TrackingVertexCollection, edm::View<reco::Vertex>, double>> VertexSimToRecoCollection; typedef edm::AssociationMap<edm::OneToManyWithQuality<edm::View<reco::Vertex>, TrackingVertexCollection, double>> VertexRecoToSimCollection; } // namespace reco #endif