test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEConfigFgrEEStripDat.h
Go to the documentation of this file.
1 #ifndef FECONFFGREESTRIPDAT_H
2 #define FECONFFGREESTRIPDAT_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_FGREEST_DAT"; }
19 
20  inline void setThreshold(unsigned int mean) { m_thresh = mean; }
21  inline unsigned int getThreshold() const { return m_thresh; }
22  inline void setLutFg(unsigned int mean) { m_lut_fg = mean; }
23  inline unsigned int getLutFg() const { return m_lut_fg; }
24  inline void setLUTFgr(unsigned int mean) { m_lut_fg = mean; }
25  inline unsigned int getLUTFgr() const { return m_lut_fg; }
26  inline void setLutFgr(unsigned int mean) { m_lut_fg = mean; }
27  inline unsigned int getLutFgr() const { return m_lut_fg; }
28 
29  private:
30  void prepareWrite()
31  throw(std::runtime_error);
32 
34  throw(std::runtime_error);
35 
36 
38  throw(std::runtime_error);
39 
40 
41  void fetchData(std::map< EcalLogicID, FEConfigFgrEEStripDat >* fillMap, FEConfigFgrInfo* iconf)
42  throw(std::runtime_error);
43 
44  // User data
45  unsigned int m_thresh;
46  unsigned int m_lut_fg;
47 
48 };
49 
50 #endif
unsigned int getLutFgr() const
unsigned int getThreshold() const
unsigned int getLUTFgr() const
void setThreshold(unsigned int mean)
void writeArrayDB(const std::map< EcalLogicID, FEConfigFgrEEStripDat > *data, FEConfigFgrInfo *iconf)
void setLutFgr(unsigned int mean)
void fetchData(std::map< EcalLogicID, FEConfigFgrEEStripDat > *fillMap, FEConfigFgrInfo *iconf)
void setLutFg(unsigned int mean)
unsigned int getLutFg() const
string const
Definition: compareJSON.py:14
void setLUTFgr(unsigned int mean)
void writeDB(const EcalLogicID *ecid, const FEConfigFgrEEStripDat *item, FEConfigFgrInfo *iconf)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82