#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 |
VertexToTrackingVertexAssociator (std::unique_ptr< reco::VertexToTrackingVertexAssociatorBaseImpl >) | |
VertexToTrackingVertexAssociator ()=default | |
VertexToTrackingVertexAssociator (VertexToTrackingVertexAssociator &&)=default | |
~VertexToTrackingVertexAssociator ()=default | |
Private Member Functions | |
const VertexToTrackingVertexAssociator & | operator= (const VertexToTrackingVertexAssociator &)=delete |
VertexToTrackingVertexAssociator (const VertexToTrackingVertexAssociator &)=delete | |
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 |
Referenced by associateSimToReco().
|
default |
|
default |
|
privatedelete |
|
inline |
compare reco to sim the handle of reco::Vertex and TrackingVertex collections
Definition at line 22 of file VertexToTrackingVertexAssociator.h.
References 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 29 of file VertexToTrackingVertexAssociator.h.
References m_impl, operator=(), and VertexToTrackingVertexAssociator().
Referenced by PrimaryVertexAnalyzer4PUSlimmed::analyze(), and VertexHistory::newEvent().
|
default |
Referenced by associateSimToReco().
|
privatedelete |
|
private |
Definition at line 41 of file VertexToTrackingVertexAssociator.h.
Referenced by associateRecoToSim(), and associateSimToReco().