CMS 3D CMS Logo

calculateVertexSharedTracks.h
Go to the documentation of this file.
1 #ifndef SimTracker_VertexAssociation_calculateVertexSharedTracks_h
2 #define SimTracker_VertexAssociation_calculateVertexSharedTracks_h
3 
7 
8 unsigned int calculateVertexSharedTracks(const reco::Vertex &recoV,
9  const TrackingVertex &simV,
10  const reco::RecoToSimCollection &trackRecoToSimAssociation);
11 unsigned int calculateVertexSharedTracks(const TrackingVertex &simV,
12  const reco::Vertex &recoV,
13  const reco::SimToRecoCollection &trackSimToRecoAssociation);
14 
15 #endif
TrackAssociation.h
TrackingVertex.h
Vertex.h
edm::AssociationMap< edm::OneToManyWithQualityGeneric< edm::View< reco::Track >, TrackingParticleCollection, double > >
TrackingVertex
Definition: TrackingVertex.h:22
calculateVertexSharedTracks
unsigned int calculateVertexSharedTracks(const reco::Vertex &recoV, const TrackingVertex &simV, const reco::RecoToSimCollection &trackRecoToSimAssociation)
reco::Vertex
Definition: Vertex.h:35