#include <TrackToTrackingParticleAssociator.h>
◆ TrackToTrackingParticleAssociator() [1/4]
◆ TrackToTrackingParticleAssociator() [2/4]
reco::TrackToTrackingParticleAssociator::TrackToTrackingParticleAssociator |
( |
| ) |
|
|
default |
◆ TrackToTrackingParticleAssociator() [3/4]
◆ TrackToTrackingParticleAssociator() [4/4]
◆ ~TrackToTrackingParticleAssociator()
reco::TrackToTrackingParticleAssociator::~TrackToTrackingParticleAssociator |
( |
| ) |
|
|
default |
◆ associateRecoToSim() [1/4]
compare reco to sim the handle of reco::Track and TrackingParticle collections
Definition at line 53 of file TrackToTrackingParticleAssociator.h.
References m_impl.
Referenced by SiPixelPhase1HitsV::analyze(), KVFTest::analyze(), GlobalMuonMatchAnalyzer::analyze(), TkConvValidator::analyze(), TestOutliers::analyze(), TestTrackHits::analyze(), MultiTrackValidator::dqmAnalyze(), TrackingNtuple::fillCandidates(), TrackingNtuple::fillSeeds(), TrackingNtuple::fillTracks(), TrackAssociatorEDProducer::produce(), and TrackAlgoCompareUtil::produce().
55 return m_impl->associateRecoToSim(tCH, tPCH);
std::unique_ptr< TrackToTrackingParticleAssociatorBaseImpl > m_impl
◆ associateRecoToSim() [2/4]
◆ associateRecoToSim() [3/4]
◆ associateRecoToSim() [4/4]
◆ associateSimToReco() [1/4]
◆ associateSimToReco() [2/4]
◆ associateSimToReco() [3/4]
◆ associateSimToReco() [4/4]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_impl