CMS 3D CMS Logo

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>
15 #include "tmEventSetup/esCutValue.hh"
16 
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;
31 };
32 
33 #endif // tmEventSetup_L1TUtmCutValue_hh
unsigned int version
unsigned int index
virtual ~L1TUtmCutValue()=default
L1TUtmCutValue(const tmeventsetup::esCutValue &esCV)
Definition: value.py:1
#define COND_SERIALIZABLE
Definition: Serializable.h:39