Main Page
Namespaces
Classes
Package Documentation
DataFormats
MuonReco
src
ME0Muon.cc
Go to the documentation of this file.
1
6
#include "
DataFormats/MuonReco/interface/ME0Muon.h
"
7
using namespace
reco
;
8
9
ME0Muon::ME0Muon
() {
10
}
11
12
bool
ME0Muon::overlap
(
const
Candidate
&
c
)
const
{
13
const
RecoCandidate
*
o
=
dynamic_cast<
const
RecoCandidate
*
>
( &
c
);
14
return
( o !=
nullptr
&&
15
(
checkOverlap
(
track
(), o->
track
() ))
16
);
17
}
reco::RecoCandidate::checkOverlap
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
Definition:
RecoCandidate.h:69
EnergyCorrector.c
c
Definition:
EnergyCorrector.py:44
reco::Candidate
Definition:
Candidate.h:28
reco::ME0Muon::overlap
bool overlap(const Candidate &) const override
check overlap with another candidate
Definition:
ME0Muon.cc:12
reco::RecoCandidate::track
virtual reco::TrackRef track() const
reference to a Track
Definition:
RecoCandidate.cc:13
reco::ME0Muon::ME0Muon
ME0Muon()
Definition:
ME0Muon.cc:9
connectstrParser.o
o
Definition:
connectstrParser.py:71
reco::ME0Muon::track
TrackRef track() const override
reference to a Track
Definition:
ME0Muon.h:30
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
ME0Muon.h
reco::RecoCandidate
Definition:
RecoCandidate.h:20
Generated for CMSSW Reference Manual by
1.8.11