** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr at /lxr/lib/LXR/Common.pm line 1113.

Last-Modified: Sat, 11 Jul 2025 23:37:54 GMT Content-Type: text/html; charset=utf-8 /CMSSW_15_1_X_2025-07-11-2300/SimDataFormats/Associations/interface/VertexAssociation.h
Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:39

0001 #ifndef SimDataFormats_Associations_VertexAssociation_h
0002 #define SimDataFormats_Associations_VertexAssociation_h
0003 
0004 #include "DataFormats/Common/interface/AssociationMap.h"
0005 #include "DataFormats/Common/interface/OneToManyWithQualityGeneric.h"
0006 #include "DataFormats/Common/interface/View.h"
0007 #include "DataFormats/VertexReco/interface/Vertex.h"
0008 #include "DataFormats/VertexReco/interface/VertexFwd.h"
0009 #include "SimDataFormats/TrackingAnalysis/interface/TrackingVertex.h"
0010 #include "SimDataFormats/TrackingAnalysis/interface/TrackingVertexContainer.h"
0011 
0012 namespace reco {
0013   typedef edm::AssociationMap<edm::OneToManyWithQuality<TrackingVertexCollection, edm::View<reco::Vertex>, double>>
0014       VertexSimToRecoCollection;
0015   typedef edm::AssociationMap<edm::OneToManyWithQuality<edm::View<reco::Vertex>, TrackingVertexCollection, double>>
0016       VertexRecoToSimCollection;
0017 }  // namespace reco
0018 
0019 #endif