#include <VertexToTrackingVertexAssociatorBaseImpl.h>
Public Member Functions | |
virtual reco::VertexRecoToSimCollection | associateRecoToSim (const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const =0 |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections More... | |
virtual reco::VertexSimToRecoCollection | associateSimToReco (const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const =0 |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections More... | |
VertexToTrackingVertexAssociatorBaseImpl () | |
Constructor. More... | |
virtual | ~VertexToTrackingVertexAssociatorBaseImpl () |
Destructor. More... | |
Definition at line 8 of file VertexToTrackingVertexAssociatorBaseImpl.h.
reco::VertexToTrackingVertexAssociatorBaseImpl::VertexToTrackingVertexAssociatorBaseImpl | ( | ) |
|
virtual |
|
pure virtual |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Implemented in VertexAssociatorByPositionAndTracks, and VertexAssociatorByTracks.
Referenced by reco::VertexToTrackingVertexAssociator::associateRecoToSim().
|
pure virtual |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Implemented in VertexAssociatorByPositionAndTracks, and VertexAssociatorByTracks.
Referenced by reco::VertexToTrackingVertexAssociator::associateSimToReco().