CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEConfigLUTDat.h
Go to the documentation of this file.
1 #ifndef FECONFLUTDAT_H
2 #define FECONFLUTDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 
10 
11 class FEConfigLUTDat : public IDataItem {
12  public:
13  friend class EcalCondDBInterface; // XXX temp should not need
16 
17  // User data methods
18  inline std::string getTable() { return "FE_CONFIG_LUT_DAT"; }
19 
20  inline void setLUTGroupId(int x) { m_group_id = x; }
21  inline int getLUTGroupId() const { return m_group_id; }
22 
23  private:
24  void prepareWrite()
25  throw(std::runtime_error);
26 
27  void writeDB(const EcalLogicID* ecid, const FEConfigLUTDat* item, FEConfigLUTInfo* iconf)
28  throw(std::runtime_error);
29 
30 
32  throw(std::runtime_error);
33 
34 
35  void fetchData(std::map< EcalLogicID, FEConfigLUTDat >* fillMap, FEConfigLUTInfo* iconf)
36  throw(std::runtime_error);
37 
38  // User data
40 
41 };
42 
43 #endif
void writeArrayDB(const std::map< EcalLogicID, FEConfigLUTDat > *data, FEConfigLUTInfo *iconf)
std::string getTable()
void writeDB(const EcalLogicID *ecid, const FEConfigLUTDat *item, FEConfigLUTInfo *iconf)
void setLUTGroupId(int x)
void fetchData(std::map< EcalLogicID, FEConfigLUTDat > *fillMap, FEConfigLUTInfo *iconf)
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
int getLUTGroupId() const
Definition: DDAxes.h:10