CMS 3D CMS Logo

L1TUtmCut.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_L1TUtmCut_hh
13 #define tmEventSetup_L1TUtmCut_hh
14 
15 /*====================================================================*
16  * declarations
17  *====================================================================*/
18 /*-----------------------------------------------------------------*
19  * headers
20  *-----------------------------------------------------------------*/
21 #include <string>
23 
25 
26 /*-----------------------------------------------------------------*
27  * constants
28  *-----------------------------------------------------------------*/
29 /* nope */
30 
34 class L1TUtmCut {
35 public:
36  // ctor
38 
39  // dtor
40  virtual ~L1TUtmCut(){};
41 
43  void setName(const std::string& name) { name_ = name; };
44 
46  void setObjectType(const int type) { object_type_ = type; };
47 
49  void setCutType(const int type) { cut_type_ = type; };
50 
52  void setMinimumValue(const double value) { minimum_.value = value; };
53 
55  void setMinimumIndex(const unsigned int index) { minimum_.index = index; };
56 
58  void setMinimum(const L1TUtmCutValue& minimum) { minimum_ = minimum; };
59 
61  void setMaximumValue(const double value) { maximum_.value = value; };
62 
64  void setMaximumIndex(const unsigned int index) { maximum_.index = index; };
65 
67  void setMaximum(const L1TUtmCutValue& maximum) { maximum_ = maximum; };
68 
70  void setPrecision(const unsigned int precision) {
71  setMaximumIndex(precision);
72  setMinimumIndex(precision);
73  }; // HACK
74 
76  const std::string& getName() const { return name_; };
77 
79  const int getObjectType() const { return object_type_; };
80 
82  const int getCutType() const { return cut_type_; };
83 
85  const L1TUtmCutValue& getMinimum() const { return minimum_; };
86 
88  const L1TUtmCutValue& getMaximum() const { return maximum_; };
89 
91  const double getMinimumValue() const { return minimum_.value; };
92 
94  const double getMaximumValue() const { return maximum_.value; };
95 
97  const unsigned int getMinimumIndex() const { return minimum_.index; };
98 
100  const unsigned int getMaximumIndex() const { return maximum_.index; };
101 
103  const std::string& getData() const { return data_; };
104 
106  const std::string& getKey() const { return key_; };
107 
109  const unsigned int getPrecision() const { return getMinimumIndex(); }; // HACK
110 
111 protected:
114  int cut_type_;
119  unsigned int version;
121 };
122 
123 #endif // tmEventSetup_L1TUtmCut_hh
124 /* eof */
void setPrecision(const unsigned int precision)
Definition: L1TUtmCut.h:70
const unsigned int getMaximumIndex() const
Definition: L1TUtmCut.h:100
type
Definition: HCALResponse.h:21
void setMaximum(const L1TUtmCutValue &maximum)
Definition: L1TUtmCut.h:67
unsigned int version
Definition: L1TUtmCut.h:119
const int getObjectType() const
Definition: L1TUtmCut.h:79
L1TUtmCutValue maximum_
Definition: L1TUtmCut.h:116
unsigned int index
int cut_type_
Definition: L1TUtmCut.h:114
void setCutType(const int type)
Definition: L1TUtmCut.h:49
const int getCutType() const
Definition: L1TUtmCut.h:82
void setMaximumIndex(const unsigned int index)
Definition: L1TUtmCut.h:64
void setMinimum(const L1TUtmCutValue &minimum)
Definition: L1TUtmCut.h:58
void setMaximumValue(const double value)
Definition: L1TUtmCut.h:61
L1TUtmCut()
Definition: L1TUtmCut.h:37
void setMinimumValue(const double value)
Definition: L1TUtmCut.h:52
void setMinimumIndex(const unsigned int index)
Definition: L1TUtmCut.h:55
const std::string & getData() const
Definition: L1TUtmCut.h:103
const std::string & getKey() const
Definition: L1TUtmCut.h:106
const std::string & getName() const
Definition: L1TUtmCut.h:76
const unsigned int getMinimumIndex() const
Definition: L1TUtmCut.h:97
const L1TUtmCutValue & getMinimum() const
Definition: L1TUtmCut.h:85
L1TUtmCutValue minimum_
Definition: L1TUtmCut.h:115
Definition: value.py:1
const unsigned int getPrecision() const
Definition: L1TUtmCut.h:109
int object_type_
Definition: L1TUtmCut.h:113
const double getMaximumValue() const
Definition: L1TUtmCut.h:94
std::string name_
Definition: L1TUtmCut.h:109
void setObjectType(const int type)
Definition: L1TUtmCut.h:46
void setName(const std::string &name)
Definition: L1TUtmCut.h:43
#define COND_SERIALIZABLE
Definition: Serializable.h:38
const L1TUtmCutValue & getMaximum() const
Definition: L1TUtmCut.h:88
virtual ~L1TUtmCut()
Definition: L1TUtmCut.h:40
const double getMinimumValue() const
Definition: L1TUtmCut.h:91
std::string key_
Definition: L1TUtmCut.h:118
std::string data_
Definition: L1TUtmCut.h:117