#include <VertexAssociatorBase.h>
Public Member Functions | |
virtual reco::VertexRecoToSimCollection | associateRecoToSim (edm::Handle< edm::View< reco::Vertex > > &, edm::Handle< TrackingVertexCollection > &, const edm::Event &, reco::RecoToSimCollection &) const =0 |
virtual reco::VertexSimToRecoCollection | associateSimToReco (edm::Handle< edm::View< reco::Vertex > > &, edm::Handle< TrackingVertexCollection > &, const edm::Event &, reco::SimToRecoCollection &) const =0 |
VertexAssociatorBase () | |
virtual | ~VertexAssociatorBase () |
Definition at line 26 of file VertexAssociatorBase.h.
VertexAssociatorBase::VertexAssociatorBase | ( | ) | [inline] |
Definition at line 31 of file VertexAssociatorBase.h.
{}
virtual VertexAssociatorBase::~VertexAssociatorBase | ( | ) | [inline, virtual] |
Definition at line 32 of file VertexAssociatorBase.h.
{}
virtual reco::VertexRecoToSimCollection VertexAssociatorBase::associateRecoToSim | ( | edm::Handle< edm::View< reco::Vertex > > & | , |
edm::Handle< TrackingVertexCollection > & | , | ||
const edm::Event & | , | ||
reco::RecoToSimCollection & | |||
) | const [pure virtual] |
Implemented in VertexAssociatorByTracks.
virtual reco::VertexSimToRecoCollection VertexAssociatorBase::associateSimToReco | ( | edm::Handle< edm::View< reco::Vertex > > & | , |
edm::Handle< TrackingVertexCollection > & | , | ||
const edm::Event & | , | ||
reco::SimToRecoCollection & | |||
) | const [pure virtual] |
Implemented in VertexAssociatorByTracks.