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
METReco
interface
CommonMETData.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
#ifndef METRECO_COMMON_MET_DATA_H
3
#define METRECO_COMMON_MET_DATA_H
4
10
11
//____________________________________________________________________________||
12
struct
CommonMETData
{
13
CommonMETData
() :
met
(0),
mex
(0),
mey
(0),
mez
(0),
sumet
(0),
phi
(0) {}
14
double
met
;
15
double
mex
;
16
double
mey
;
17
double
mez
;
18
double
sumet
;
19
double
phi
;
// MM: used in mva/noPU MET
20
};
21
22
//____________________________________________________________________________||
23
#endif // METRECO_COMMON_MET_DATA_H
CommonMETData::CommonMETData
CommonMETData()
Definition:
CommonMETData.h:13
CommonMETData::phi
double phi
Definition:
CommonMETData.h:19
CommonMETData::sumet
double sumet
Definition:
CommonMETData.h:18
CommonMETData
Structure containing data common to all types of MET.
Definition:
CommonMETData.h:12
CommonMETData::met
double met
Definition:
CommonMETData.h:14
CommonMETData::mey
double mey
Definition:
CommonMETData.h:16
CommonMETData::mex
double mex
Definition:
CommonMETData.h:15
CommonMETData::mez
double mez
Definition:
CommonMETData.h:17
Generated for CMSSW Reference Manual by
1.8.14