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 
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;
29 };
30 
31 #endif // tmEventSetup_L1TUtmCutValue_hh
unsigned int version
unsigned int index
virtual ~L1TUtmCutValue()=default
Definition: value.py:1
#define COND_SERIALIZABLE
Definition: Serializable.h:39