CMS 3D CMS Logo

RecoChargedCandidate.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
6 
8 
10 
12  const RecoCandidate *o = dynamic_cast<const RecoCandidate *>(&c);
13  return (o != nullptr && (checkOverlap(track(), o->track()) || checkOverlap(track(), o->standAloneMuon()) ||
14  checkOverlap(track(), o->combinedMuon())));
15 }
reco::TrackRef track_
reference to a track
bool overlap(const Candidate &) const override
check overlap with another candidate
RecoChargedCandidate * clone() const override
returns a clone of the candidate
reco::TrackRef track() const override
reference to a track
~RecoChargedCandidate() override
destructor
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
Definition: RecoCandidate.h:67
fixed size matrix
RecoChargedCandidate()
default constructor