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
DataFormats
L1TCorrelator
src
TkEm.cc
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: L1Trigger
4
// Class : TkEm
5
//
6
7
#include "
DataFormats/L1TCorrelator/interface/TkEm.h
"
8
9
using namespace
l1t
;
10
11
TkEm::TkEm
() {}
12
13
TkEm::TkEm
(
const
LorentzVector
& p4,
const
edm::Ref<EGammaBxCollection>
& egRef,
float
tkisol)
14
:
TkEm
(p4, egRef, tkisol, -999) {}
15
16
TkEm::TkEm
(
const
LorentzVector
& p4,
const
edm::Ref<EGammaBxCollection>
& egRef,
float
tkisol,
float
tkisolPV)
17
:
L1Candidate
(p4),
18
egRef_(egRef),
19
trkIsol_(tkisol),
20
trkIsolPV_(tkisolPV),
21
pfIsol_(-999),
22
pfIsolPV_(-999),
23
puppiIsol_(-999),
24
puppiIsolPV_(-999),
25
egBinaryWord0_(0),
26
egBinaryWord1_(0),
27
egBinaryWord2_(0) {}
edm::Ref
Definition:
AssociativeIterator.h:58
l1t
delete x;
Definition:
CaloConfig.h:22
TkEm.h
l1t::TkEm
Definition:
TkEm.h:20
l1t::L1Candidate
Definition:
L1Candidate.h:15
l1t::TkEm::TkEm
TkEm()
Definition:
TkEm.cc:11
reco::Candidate::LorentzVector
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition:
Candidate.h:36
Generated for CMSSW Reference Manual by
1.8.14