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
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
#include "tmEventSetup/esCutValue.hh"
16
20
struct
L1TUtmCutValue
{
21
L1TUtmCutValue
()
22
:
value
(
std
::numeric_limits<double>::
max
()),
index
(
std
::numeric_limits<unsigned
int
>::
max
()),
version
(0){};
23
L1TUtmCutValue
(
const
tmeventsetup::esCutValue& esCV) :
value
(esCV.
value
),
index
(esCV.
index
),
version
(esCV.
version
){};
24
25
virtual
~L1TUtmCutValue
() =
default
;
26
27
double
value
;
28
unsigned
int
index
;
29
unsigned
int
version
;
30
COND_SERIALIZABLE
;
31
};
32
33
#endif // tmEventSetup_L1TUtmCutValue_hh
L1TUtmCutValue::version
unsigned int version
Definition:
L1TUtmCutValue.h:29
L1TUtmCutValue::index
unsigned int index
Definition:
L1TUtmCutValue.h:28
L1TUtmCutValue::~L1TUtmCutValue
virtual ~L1TUtmCutValue()=default
L1TUtmCutValue
Definition:
L1TUtmCutValue.h:20
std
Definition:
JetResolutionObject.h:76
createfilelist.int
int
Definition:
createfilelist.py:10
L1TUtmCutValue::L1TUtmCutValue
L1TUtmCutValue(const tmeventsetup::esCutValue &esCV)
Definition:
L1TUtmCutValue.h:23
value
Definition:
value.py:1
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
L1TUtmCutValue::L1TUtmCutValue
L1TUtmCutValue()
Definition:
L1TUtmCutValue.h:21
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1TUtmCutValue::value
double value
Definition:
L1TUtmCutValue.h:27
Serializable.h
Generated for CMSSW Reference Manual by
1.8.14