Main Page
Namespaces
Classes
Package Documentation
CondFormats
L1TObjects
interface
L1TUtmBin.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
//
12
#ifndef tmEventSetup_L1TUtmBin_hh
13
#define tmEventSetup_L1TUtmBin_hh
14
15
/*====================================================================*
16
* declarations
17
*====================================================================*/
18
/*-----------------------------------------------------------------*
19
* headers
20
*-----------------------------------------------------------------*/
21
#include <limits>
22
#include "
CondFormats/Serialization/interface/Serializable.h
"
23
24
25
/*-----------------------------------------------------------------*
26
* constants
27
*-----------------------------------------------------------------*/
28
/* nope */
29
30
31
35
class
L1TUtmBin
36
{
37
public
:
38
// ctor
39
L1TUtmBin
()
40
:
hw_index
(
std
::numeric_limits<unsigned
int
>::
max
()),
41
minimum
(
std
::numeric_limits<double>::
min
()),
42
maximum
(
std
::numeric_limits<double>::
max
()),
43
version
(0) { };
44
45
L1TUtmBin
(
const
unsigned
int
id
,
46
const
double
min
,
47
const
double
max
)
48
:
hw_index
(id),
minimum
(min),
maximum
(max),
version
(0) { };
49
50
// dtor
51
virtual
~L1TUtmBin
() { };
52
53
unsigned
int
hw_index
;
54
double
minimum
;
55
double
maximum
;
56
unsigned
int
version
;
57
COND_SERIALIZABLE
;
58
};
59
60
#endif // tmEventSetup_L1TUtmBin_hh
61
/* eof */
L1TUtmBin::maximum
double maximum
Definition:
L1TUtmBin.h:55
L1TUtmBin::L1TUtmBin
L1TUtmBin(const unsigned int id, const double min, const double max)
Definition:
L1TUtmBin.h:45
L1TUtmBin::version
unsigned int version
Definition:
L1TUtmBin.h:56
std
Definition:
JetResolutionObject.h:80
L1TUtmBin::L1TUtmBin
L1TUtmBin()
Definition:
L1TUtmBin.h:39
L1TUtmBin::~L1TUtmBin
virtual ~L1TUtmBin()
Definition:
L1TUtmBin.h:51
L1TUtmBin::hw_index
unsigned int hw_index
Definition:
L1TUtmBin.h:51
createfilelist.int
int
Definition:
createfilelist.py:10
min
T min(T a, T b)
Definition:
MathUtil.h:58
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:178
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
L1TUtmBin::minimum
double minimum
Definition:
L1TUtmBin.h:54
L1TUtmBin
Definition:
L1TUtmBin.h:35
Serializable.h
Generated for CMSSW Reference Manual by
1.8.11