#include <MuonToTrackingParticleAssociator.h>
Public Member Functions | |
void | associateMuons (MuonToSimCollection &recoToSim, SimToMuonCollection &simToReco, const edm::RefToBaseVector< reco::Muon > &muons, MuonTrackType type, const edm::RefVector< TrackingParticleCollection > &tpColl) const |
void | associateMuons (MuonToSimCollection &recoToSim, SimToMuonCollection &simToReco, const edm::Handle< edm::View< reco::Muon >> &muons, MuonTrackType type, const edm::Handle< TrackingParticleCollection > &tpColl) const |
MuonToTrackingParticleAssociator ()=default | |
MuonToTrackingParticleAssociator (std::unique_ptr< MuonToTrackingParticleAssociatorBaseImpl >) | |
MuonToTrackingParticleAssociator (MuonToTrackingParticleAssociator &&)=default | |
MuonToTrackingParticleAssociator (const MuonToTrackingParticleAssociator &)=delete | |
MuonToTrackingParticleAssociator & | operator= (MuonToTrackingParticleAssociator &&)=default |
MuonToTrackingParticleAssociator & | operator= (const MuonToTrackingParticleAssociator &)=delete |
~MuonToTrackingParticleAssociator ()=default | |
Private Attributes | |
std::unique_ptr< MuonToTrackingParticleAssociatorBaseImpl const > | impl_ |
Definition at line 15 of file MuonToTrackingParticleAssociator.h.
|
default |
|
default |
reco::MuonToTrackingParticleAssociator::MuonToTrackingParticleAssociator | ( | std::unique_ptr< MuonToTrackingParticleAssociatorBaseImpl > | iImpl | ) |
Definition at line 21 of file MuonToTrackingParticleAssociator.cc.
|
default |
|
delete |
|
inline |
Definition at line 27 of file MuonToTrackingParticleAssociator.h.
References impl_, and DiMuonV_cfg::muons.
Referenced by RecoDisplacedMuonValidator::analyze(), RecoMuonValidator::analyze(), MuonMCClassifier::produce(), and MuonSimClassifier::produce().
|
inline |
Definition at line 34 of file MuonToTrackingParticleAssociator.h.
References impl_, and DiMuonV_cfg::muons.
|
default |
|
delete |
|
private |
Definition at line 43 of file MuonToTrackingParticleAssociator.h.
Referenced by associateMuons().