#include <VertexToTrackingVertexAssociator.h>
Public Member Functions | |
reco::VertexRecoToSimCollection | associateRecoToSim (const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections More... | |
reco::VertexSimToRecoCollection | associateSimToReco (const edm::Handle< edm::View< reco::Vertex > > &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections More... | |
void | swap (VertexToTrackingVertexAssociator &iOther) |
VertexToTrackingVertexAssociator (std::unique_ptr< reco::VertexToTrackingVertexAssociatorBaseImpl >) | |
VertexToTrackingVertexAssociator () | |
~VertexToTrackingVertexAssociator () | |
Private Member Functions | |
const VertexToTrackingVertexAssociator & | operator= (const VertexToTrackingVertexAssociator &) |
VertexToTrackingVertexAssociator (const VertexToTrackingVertexAssociator &) | |
Private Attributes | |
VertexToTrackingVertexAssociatorBaseImpl * | m_impl |
Definition at line 9 of file VertexToTrackingVertexAssociator.h.
reco::VertexToTrackingVertexAssociator::VertexToTrackingVertexAssociator | ( | std::unique_ptr< reco::VertexToTrackingVertexAssociatorBaseImpl > | iImpl | ) |
Definition at line 7 of file VertexToTrackingVertexAssociator.cc.
reco::VertexToTrackingVertexAssociator::VertexToTrackingVertexAssociator | ( | ) |
Definition at line 3 of file VertexToTrackingVertexAssociator.cc.
Referenced by swap().
reco::VertexToTrackingVertexAssociator::~VertexToTrackingVertexAssociator | ( | ) |
Definition at line 11 of file VertexToTrackingVertexAssociator.cc.
References m_impl.
|
private |
|
inline |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Definition at line 20 of file VertexToTrackingVertexAssociator.h.
References reco::VertexToTrackingVertexAssociatorBaseImpl::associateRecoToSim(), and m_impl.
Referenced by PrimaryVertexAnalyzer4PUSlimmed::analyze(), MultiTrackValidator::getRecoPVPosition(), and VertexHistory::newEvent().
|
inline |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Definition at line 26 of file VertexToTrackingVertexAssociator.h.
References reco::VertexToTrackingVertexAssociatorBaseImpl::associateSimToReco(), and m_impl.
Referenced by PrimaryVertexAnalyzer4PUSlimmed::analyze(), and VertexHistory::newEvent().
|
private |
Referenced by swap().
|
inline |
Definition at line 31 of file VertexToTrackingVertexAssociator.h.
References m_impl, operator=(), std::swap(), and VertexToTrackingVertexAssociator().
|
private |
Definition at line 40 of file VertexToTrackingVertexAssociator.h.
Referenced by associateRecoToSim(), associateSimToReco(), swap(), and ~VertexToTrackingVertexAssociator().