test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
//
12
#ifndef tmEventSetup_L1TUtmCutValue_hh
13
#define tmEventSetup_L1TUtmCutValue_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
struct
L1TUtmCutValue
36
{
37
// ctor
38
L1TUtmCutValue
()
39
:
value
(std::numeric_limits<double>::
max
()),
40
index
(std::numeric_limits<unsigned int>::
max
()) { };
41
42
double
value
;
43
unsigned
int
index
;
44
unsigned
int
version
;
45
COND_SERIALIZABLE
;
46
};
47
48
#endif // tmEventSetup_L1TUtmCutValue_hh
49
/* eof */
L1TUtmCutValue::version
unsigned int version
Definition:
L1TUtmCutValue.h:44
L1TUtmCutValue::index
unsigned int index
Definition:
L1TUtmCutValue.h:43
L1TUtmCutValue
Definition:
L1TUtmCutValue.h:35
L1TUtmCutValue::L1TUtmCutValue
L1TUtmCutValue()
Definition:
L1TUtmCutValue.h:38
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:37
bookConverter.max
max
Definition:
bookConverter.py:166
L1TUtmCutValue::value
double value
Definition:
L1TUtmCutValue.h:40
Serializable.h
Generated for CMSSW Reference Manual by
1.8.5