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