#include <TrackToTrackingParticleAssociator.h>
reco::TrackToTrackingParticleAssociator::TrackToTrackingParticleAssociator |
( |
| ) |
|
|
default |
reco::TrackToTrackingParticleAssociator::~TrackToTrackingParticleAssociator |
( |
| ) |
|
|
default |
compare reco to sim the handle of reco::Track and TrackingParticle collections
Definition at line 65 of file TrackToTrackingParticleAssociator.h.
References m_impl.
Referenced by SiPixelPhase1HitsV::analyze(), KVFTest::analyze(), GlobalMuonMatchAnalyzer::analyze(), TkConvValidator::analyze(), TestTrackHits::analyze(), TestOutliers::analyze(), PhotonValidator::analyze(), MultiTrackValidator::dqmAnalyze(), TrackingNtuple::fillSeeds(), TrackingNtuple::fillTracks(), TrackHistory::newEvent(), ShallowSimTracksProducer::produce(), MCTrackMatcher::produce(), TrackAssociatorEDProducer::produce(), TrackMCQuality::produce(), and TrackAlgoCompareUtil::produce().
67 return m_impl->associateRecoToSim(tCH,tPCH);
std::unique_ptr< TrackToTrackingParticleAssociatorBaseImpl > m_impl
compare reco to sim the handle of reco::Track and TrackingParticle collections
Definition at line 71 of file TrackToTrackingParticleAssociator.h.
References m_impl.
Referenced by GlobalMuonMatchAnalyzer::analyze(), TkConvValidator::analyze(), OverlapProblemTPAnalyzer::analyze(), PhotonValidator::analyze(), MultiTrackValidator::dqmAnalyze(), TrackingNtuple::fillSeeds(), TrackingNtuple::fillTrackingParticles(), TrackHistory::newEvent(), TrackAssociatorEDProducer::produce(), and TrackAlgoCompareUtil::produce().
73 return m_impl->associateSimToReco(tCH,tPCH);
std::unique_ptr< TrackToTrackingParticleAssociatorBaseImpl > m_impl