Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
DataFormats
RecoCandidate
src
RecoCaloTowerCandidate.cc
Go to the documentation of this file.
1
#include "
DataFormats/RecoCandidate/interface/RecoCaloTowerCandidate.h
"
2
3
using namespace
reco
;
4
5
RecoCaloTowerCandidate::~RecoCaloTowerCandidate
() {}
6
7
RecoCaloTowerCandidate
*
RecoCaloTowerCandidate::clone
()
const
{
return
new
RecoCaloTowerCandidate
(*
this
); }
8
9
CaloTowerRef
RecoCaloTowerCandidate::caloTower
()
const
{
return
caloTower_
; }
10
11
bool
RecoCaloTowerCandidate::overlap
(
const
Candidate
&
c
)
const
{
12
const
RecoCandidate
*
o
=
dynamic_cast<
const
RecoCandidate
*
>
(&
c
);
13
return
(
o
!=
nullptr
&&
checkOverlap
(
caloTower
(),
o
->caloTower()));
14
}
reco::RecoCaloTowerCandidate::~RecoCaloTowerCandidate
~RecoCaloTowerCandidate() override
destructor
Definition:
RecoCaloTowerCandidate.cc:5
reco::RecoCaloTowerCandidate::caloTower
CaloTowerRef caloTower() const override
reference to a CaloTower
Definition:
RecoCaloTowerCandidate.cc:9
edm::Ref< CaloTowerCollection >
reco::Candidate
Definition:
Candidate.h:27
reco::RecoCaloTowerCandidate::overlap
bool overlap(const Candidate &) const override
check overlap with another candidate
Definition:
RecoCaloTowerCandidate.cc:11
reco::RecoCaloTowerCandidate::RecoCaloTowerCandidate
RecoCaloTowerCandidate()
default constructor
Definition:
RecoCaloTowerCandidate.h:18
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:35
RecoCaloTowerCandidate.h
EcalTangentSkim_cfg.o
o
Definition:
EcalTangentSkim_cfg.py:42
reco::RecoCaloTowerCandidate::clone
RecoCaloTowerCandidate * clone() const override
returns a clone of the candidate
Definition:
RecoCaloTowerCandidate.cc:7
reco::RecoCaloTowerCandidate
Definition:
RecoCaloTowerCandidate.h:15
reco::RecoCaloTowerCandidate::caloTower_
CaloTowerRef caloTower_
reference to a CaloTower
Definition:
RecoCaloTowerCandidate.h:38
reco::RecoCandidate::checkOverlap
bool checkOverlap(const R &r1, const R &r2) const
check if two components overlap
Definition:
RecoCandidate.h:67
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
reco::RecoCandidate
Definition:
RecoCandidate.h:20
Generated for CMSSW Reference Manual by
1.8.14