Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
SiStripPI::max
Definition:
SiStripPayloadInspectorHelper.h:169
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.5