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
L1TCalorimeter
src
CaloRegion.cc
Go to the documentation of this file.
1
2
#include "
DataFormats/L1TCalorimeter/interface/CaloRegion.h
"
3
4
l1t::CaloRegion::CaloRegion
(
5
const
LorentzVector
& p4,
double
etEm,
double
etHad,
int
pt
,
int
eta
,
int
phi
,
int
qual
,
int
hwEtEm,
int
hwEtHad)
6
:
L1Candidate
(p4,
pt
,
eta
,
phi
,
qual
), etEm_(etEm), etHad_(etHad), hwEtEm_(hwEtEm), hwEtHad_(hwEtHad) {}
7
8
l1t::CaloRegion::~CaloRegion
() {}
9
10
void
l1t::CaloRegion::setEtEm
(
double
et
) { etEm_ =
et
; }
11
12
void
l1t::CaloRegion::setEtHad
(
double
et
) { etHad_ =
et
; }
13
14
void
l1t::CaloRegion::setHwEtEm
(
int
et
) { hwEtEm_ =
et
; }
15
16
void
l1t::CaloRegion::setHwEtHad
(
int
et
) { hwEtHad_ =
et
; }
17
18
double
l1t::CaloRegion::etEm
()
const
{
return
etEm_; }
19
20
double
l1t::CaloRegion::etHad
()
const
{
return
etHad_; }
21
22
int
l1t::CaloRegion::hwEtEm
()
const
{
return
hwEtEm_; }
23
24
int
l1t::CaloRegion::hwEtHad
()
const
{
return
hwEtHad_; }
l1t::CaloRegion::setHwEtEm
void setHwEtEm(int et)
Definition:
CaloRegion.cc:14
EgHLTOffHistBins_cfi.et
et
Definition:
EgHLTOffHistBins_cfi.py:8
PVValHelper::phi
Definition:
PVValidationHelpers.h:69
l1t::CaloRegion::CaloRegion
CaloRegion()
Definition:
CaloRegion.h:11
PVValHelper::eta
Definition:
PVValidationHelpers.h:70
l1t::CaloRegion::setEtEm
void setEtEm(double et)
Definition:
CaloRegion.cc:10
DiDispStaMuonMonitor_cfi.pt
pt
Definition:
DiDispStaMuonMonitor_cfi.py:39
l1t::CaloRegion::setHwEtHad
void setHwEtHad(int et)
Definition:
CaloRegion.cc:16
l1t::CaloRegion::etEm
double etEm() const
Definition:
CaloRegion.cc:18
l1t::L1Candidate
Definition:
L1Candidate.h:15
l1t::CaloRegion::etHad
double etHad() const
Definition:
CaloRegion.cc:20
l1tGTMenu_lepSeeds_cff.qual
qual
Definition:
l1tGTMenu_lepSeeds_cff.py:64
l1t::CaloRegion::hwEtEm
int hwEtEm() const
Definition:
CaloRegion.cc:22
l1t::CaloRegion::setEtHad
void setEtHad(double et)
Definition:
CaloRegion.cc:12
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:36
l1t::CaloRegion::hwEtHad
int hwEtHad() const
Definition:
CaloRegion.cc:24
CaloRegion.h
l1t::CaloRegion::~CaloRegion
~CaloRegion() override
Definition:
CaloRegion.cc:8
Generated for CMSSW Reference Manual by
1.8.14