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
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
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
METReco
src
GenMET.cc
Go to the documentation of this file.
1
#include "
DataFormats/METReco/interface/GenMET.h
"
2
3
using namespace
reco
;
4
5
GenMET::GenMET
() {
6
gen_data
.
NeutralEMEtFraction
= 0.0;
7
gen_data
.
NeutralHadEtFraction
= 0.0;
8
gen_data
.
ChargedEMEtFraction
= 0.0;
9
gen_data
.
ChargedHadEtFraction
= 0.0;
10
gen_data
.
MuonEtFraction
= 0.0;
11
gen_data
.
InvisibleEtFraction
= 0.0;
12
13
//obsolete variables that need to be removed in 4_X_Y
14
gen_data
.
m_EmEnergy
= 0.0;
15
gen_data
.
m_HadEnergy
= 0.0;
16
gen_data
.
m_InvisibleEnergy
= 0.0;
17
gen_data
.
m_AuxiliaryEnergy
= 0.0;
18
}
19
20
bool
GenMET::overlap
(
const
Candidate
&)
const
{
return
false
; }
reco::GenMET::GenMET
GenMET()
Definition:
GenMET.cc:5
SpecificGenMETData::InvisibleEtFraction
float InvisibleEtFraction
Definition:
SpecificGenMETData.h:39
SpecificGenMETData::m_HadEnergy
float m_HadEnergy
Definition:
SpecificGenMETData.h:43
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:45
SpecificGenMETData::MuonEtFraction
float MuonEtFraction
Definition:
SpecificGenMETData.h:38
reco::GenMET::gen_data
SpecificGenMETData gen_data
Definition:
GenMET.h:81
SpecificGenMETData::ChargedEMEtFraction
float ChargedEMEtFraction
Definition:
SpecificGenMETData.h:36
SpecificGenMETData::NeutralEMEtFraction
float NeutralEMEtFraction
Definition:
SpecificGenMETData.h:34
SpecificGenMETData::m_InvisibleEnergy
float m_InvisibleEnergy
Definition:
SpecificGenMETData.h:44
SpecificGenMETData::NeutralHadEtFraction
float NeutralHadEtFraction
Definition:
SpecificGenMETData.h:35
SpecificGenMETData::m_EmEnergy
float m_EmEnergy
Definition:
SpecificGenMETData.h:42
GenMET.h
SpecificGenMETData::ChargedHadEtFraction
float ChargedHadEtFraction
Definition:
SpecificGenMETData.h:37
reco::GenMET::overlap
bool overlap(const Candidate &) const override
check overlap with another candidate
Definition:
GenMET.cc:20
reco::Candidate
Definition:
Candidate.h:27
SpecificGenMETData::m_AuxiliaryEnergy
float m_AuxiliaryEnergy
Definition:
SpecificGenMETData.h:45
Generated for CMSSW Reference Manual by
1.8.16