CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEConfigFgrGroupDat.h
Go to the documentation of this file.
1 #ifndef FECONFFGRGROUPDAT_H
2 #define FECONFFGRGROUPDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 
10 
12  public:
13  friend class EcalCondDBInterface; // XXX temp should not need
16 
17  // User data methods
18  inline std::string getTable() { return "FE_CONFIG_FGR_PER_GROUP_DAT"; }
19 
20  inline void setFgrGroupId(int x) { m_group_id = x; }
21  inline int getFgrGroupId() const { return m_group_id; }
22 
23  inline void setThreshLow(float x) { m_thresh_low = x; }
24  inline float getThreshLow() const { return m_thresh_low; }
25  inline void setThreshHigh(float x) { m_thresh_high = x; }
26  inline float getThreshHigh() const { return m_thresh_high; }
27  inline void setRatioLow(float x) { m_ratio_low = x; }
28  inline float getRatioLow() const { return m_ratio_low; }
29  inline void setRatioHigh(float x) { m_ratio_high = x; }
30  inline float getRatioHigh() const { return m_ratio_high; }
31  inline void setLUTValue(int x) { m_lut = x; }
32  inline int getLUTValue() const { return m_lut; }
33 
34  private:
35  void prepareWrite()
36  throw(std::runtime_error);
37 
39  throw(std::runtime_error);
40 
41 
43  throw(std::runtime_error);
44 
45 
46  void fetchData(std::map< EcalLogicID, FEConfigFgrGroupDat >* fillMap, FEConfigFgrInfo* iconf)
47  throw(std::runtime_error);
48 
49  // User data
51  float m_thresh_low;
53  float m_ratio_low;
54  float m_ratio_high;
55  int m_lut;
56 
57 };
58 
59 #endif
void setThreshLow(float x)
void setRatioHigh(float x)
void setThreshHigh(float x)
float getRatioLow() const
float getThreshLow() const
float getRatioHigh() const
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
void fetchData(std::map< EcalLogicID, FEConfigFgrGroupDat > *fillMap, FEConfigFgrInfo *iconf)
void writeDB(const EcalLogicID *ecid, const FEConfigFgrGroupDat *item, FEConfigFgrInfo *iconf)
void writeArrayDB(const std::map< EcalLogicID, FEConfigFgrGroupDat > *data, FEConfigFgrInfo *iconf)
float getThreshHigh() const
void fillMap(Registry *reg, regmap_type &fillme)
Definition: Registry.cc:24
x
Definition: VDTMath.h:216