CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEConfigWeightGroupDat.h
Go to the documentation of this file.
1 #ifndef FECONFWEIGHTGROUPDAT_H
2 #define FECONFWEIGHTGROUPDAT_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_WEIGHT_PER_GROUP_DAT"; }
19 
20  inline void setWeightGroupId(int x) { m_group_id = x; }
21  inline int getWeightGroupId() const { return m_group_id; }
22 
23  inline void setWeight0(float x) { m_w0 = x; }
24  inline float getWeight0() const { return m_w0; }
25  inline void setWeight1(float x) { m_w1 = x; }
26  inline float getWeight1() const { return m_w1; }
27  inline void setWeight2(float x) { m_w2 = x; }
28  inline float getWeight2() const { return m_w2; }
29  inline void setWeight3(float x) { m_w3 = x; }
30  inline float getWeight3() const { return m_w3; }
31  inline void setWeight4(float x) { m_w4 = x; }
32  inline float getWeight4() const { return m_w4; }
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, FEConfigWeightGroupDat >* fillMap, FEConfigWeightInfo* iconf)
47  throw(std::runtime_error);
48 
49  // User data
51  float m_w0;
52  float m_w1;
53  float m_w2;
54  float m_w3;
55  float m_w4;
56 
57 };
58 
59 #endif
void writeDB(const EcalLogicID *ecid, const FEConfigWeightGroupDat *item, FEConfigWeightInfo *iconf)
void writeArrayDB(const std::map< EcalLogicID, FEConfigWeightGroupDat > *data, FEConfigWeightInfo *iconf)
void fetchData(std::map< EcalLogicID, FEConfigWeightGroupDat > *fillMap, FEConfigWeightInfo *iconf)
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82