#include <VertexToTrackingVertexAssociator.h>
Public Member Functions | |
reco::VertexRecoToSimCollection | associateRecoToSim (const edm::Handle< edm::View< reco::Vertex >> &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const |
reco::VertexSimToRecoCollection | associateSimToReco (const edm::Handle< edm::View< reco::Vertex >> &vCH, const edm::Handle< TrackingVertexCollection > &tVCH) const |
VertexToTrackingVertexAssociator & | operator= (VertexToTrackingVertexAssociator &&)=default |
const VertexToTrackingVertexAssociator & | operator= (const VertexToTrackingVertexAssociator &)=delete |
VertexToTrackingVertexAssociator (std::unique_ptr< reco::VertexToTrackingVertexAssociatorBaseImpl >) | |
VertexToTrackingVertexAssociator ()=default | |
VertexToTrackingVertexAssociator (VertexToTrackingVertexAssociator &&)=default | |
VertexToTrackingVertexAssociator (const VertexToTrackingVertexAssociator &)=delete | |
~VertexToTrackingVertexAssociator ()=default | |
Private Attributes | |
std::unique_ptr< VertexToTrackingVertexAssociatorBaseImpl > | m_impl |
Definition at line 9 of file VertexToTrackingVertexAssociator.h.
reco::VertexToTrackingVertexAssociator::VertexToTrackingVertexAssociator | ( | std::unique_ptr< reco::VertexToTrackingVertexAssociatorBaseImpl > | iImpl | ) |
Definition at line 3 of file VertexToTrackingVertexAssociator.cc.
References eostools::move().
|
default |
|
default |
|
delete |
|
default |
|
inline |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Definition at line 26 of file VertexToTrackingVertexAssociator.h.
References m_impl.
Referenced by MultiTrackValidator::getRecoPVPosition().
|
inline |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Definition at line 33 of file VertexToTrackingVertexAssociator.h.
References m_impl.
|
default |
|
delete |
|
private |
Definition at line 40 of file VertexToTrackingVertexAssociator.h.
Referenced by associateRecoToSim(), and associateSimToReco().