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
CondFormats
L1TObjects
interface
L1TUtmCutValue.h
Go to the documentation of this file.
1
//
2
// NOTE: This file was automatically generated from UTM library via import_utm.pl
3
// DIRECT EDITS MIGHT BE LOST.
4
//
10
#ifndef tmEventSetup_L1TUtmCutValue_hh
11
#define tmEventSetup_L1TUtmCutValue_hh
12
13
#include <limits>
14
#include "
CondFormats/Serialization/interface/Serializable.h
"
15
19
struct
L1TUtmCutValue
{
20
L1TUtmCutValue
()
21
:
value
(
std
::numeric_limits<double>::
max
()),
index
(
std
::numeric_limits<unsigned
int
>::
max
()),
version
(0){};
22
23
virtual
~L1TUtmCutValue
() =
default
;
24
25
double
value
;
26
unsigned
int
index
;
27
unsigned
int
version
;
28
COND_SERIALIZABLE
;
29
};
30
31
#endif // tmEventSetup_L1TUtmCutValue_hh
L1TUtmCutValue::version
unsigned int version
Definition:
L1TUtmCutValue.h:27
L1TUtmCutValue::index
unsigned int index
Definition:
L1TUtmCutValue.h:26
L1TUtmCutValue::~L1TUtmCutValue
virtual ~L1TUtmCutValue()=default
L1TUtmCutValue
Definition:
L1TUtmCutValue.h:19
std
Definition:
JetResolutionObject.h:76
createfilelist.int
int
Definition:
createfilelist.py:10
value
Definition:
value.py:1
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
L1TUtmCutValue::L1TUtmCutValue
L1TUtmCutValue()
Definition:
L1TUtmCutValue.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1TUtmCutValue::value
double value
Definition:
L1TUtmCutValue.h:25
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14