CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DCUCapsuleTempRawDat.h
Go to the documentation of this file.
1 #ifndef DCUCAPSULETEMPRAWDAT_H
2 #define DCUCAPSULETEMPRAWDAT_H
3 
4 #include <map>
5 #include <stdexcept>
6 
11 
13  public:
14  friend class EcalCondDBInterface;
17 
18  // User data methods
19  inline std::string getTable() { return "DCU_CAPSULE_TEMP_RAW_DAT"; }
20 
21  inline void setCapsuleTempADC(float adc) { m_capsuleTempADC = adc; }
22  inline float getCapsuleTempADC() const { return m_capsuleTempADC; }
23 
24  inline void setCapsuleTempRMS(float rms) { m_capsuleTempRMS = rms; }
25  inline float getCapsuleTempRMS() const { return m_capsuleTempRMS; }
26 
27  private:
28  void prepareWrite()
29  throw(std::runtime_error);
30 
32  throw(std::runtime_error);
33 
35  throw(std::runtime_error);
36 
37  void fetchData(std::map< EcalLogicID, DCUCapsuleTempRawDat >* fillVec, DCUIOV* iov)
38  throw(std::runtime_error);
39 
40  // User data
43 
44 };
45 
46 #endif
int adc(sample_type sample)
get the ADC sample (12 bits)
float getCapsuleTempADC() const
void writeDB(const EcalLogicID *ecid, const DCUCapsuleTempRawDat *item, DCUIOV *iov)
float getCapsuleTempRMS() const
Definition: DCUIOV.h:13
void fetchData(std::map< EcalLogicID, DCUCapsuleTempRawDat > *fillVec, DCUIOV *iov)
tuple iov
Definition: o2o.py:307
void writeArrayDB(const std::map< EcalLogicID, DCUCapsuleTempRawDat > *data, DCUIOV *iov)
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
void setCapsuleTempADC(float adc)
void setCapsuleTempRMS(float rms)