CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FEConfigLUTParamDat.h
Go to the documentation of this file.
1 #ifndef FECONFLUTPARAMDAT_H
2 #define FECONFLUTPARAMDAT_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_LUTPARAM_DAT"; }
19 
20 
21  inline void setETSat(float x) { m_etsat = x; }
22  inline void setTTThreshlow(float x) { m_tthreshlow = x; }
23  inline void setTTThreshhigh(float x) { m_tthreshhigh = x; }
24 
25 
26 
27  inline float getETSat() const { return m_etsat; }
28  inline float getTTThreshlow() const { return m_tthreshlow; }
29  inline float getTTThreshhigh() const{ return m_tthreshhigh; }
30 
31  private:
32  void prepareWrite()
33  throw(std::runtime_error);
34 
36  throw(std::runtime_error);
37 
38 
40  throw(std::runtime_error);
41 
42 
43  void fetchData(std::map< EcalLogicID, FEConfigLUTParamDat >* fillMap, FEConfigLUTInfo* iconf)
44  throw(std::runtime_error);
45 
46  // User data
47 float m_etsat ;
48 float m_tthreshlow ;
50 
51 };
52 
53 #endif
float getTTThreshhigh() const
void fetchData(std::map< EcalLogicID, FEConfigLUTParamDat > *fillMap, FEConfigLUTInfo *iconf)
void writeArrayDB(const std::map< EcalLogicID, FEConfigLUTParamDat > *data, FEConfigLUTInfo *iconf)
float getTTThreshlow() const
void writeDB(const EcalLogicID *ecid, const FEConfigLUTParamDat *item, FEConfigLUTInfo *iconf)
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
void setTTThreshhigh(float x)
void setTTThreshlow(float x)