CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ODTowersToByPassDat.h
Go to the documentation of this file.
1 #ifndef ODTOWERSTOBYPASSDAT_H
2 #define ODTOWERSTOBYPASSDAT_H
3 
4 #include <vector>
5 #include <stdexcept>
6 
10 
12  public:
13  friend class EcalCondDBInterface;
16 
17  // User data methods
18  inline std::string getTable() { return "TOWERS_TO_BYPASS_DAT"; }
19 
20  inline void setId(int dac) { m_ID = dac; }
21  inline int getId() const { return m_ID; }
22 
23  inline void setTrId(int dac) { m_tr = dac; }
24  inline int getTrId() const { return m_tr; }
25 
26  inline void setFedId(int dac) { m_fed = dac; }
27  inline int getFedId() const { return m_fed; }
28 
29  inline void setTTId(int dac) { m_tt = dac; }
30  inline int getTTId() const { return m_tt; }
31 
32  inline void setTimeCorr(int dac) { m_time = dac; }
33  inline int getTimeCorr() const { return m_time; }
34 
35  inline void setStatus(int dac) { m_sta = dac; }
36  inline int getStatus() const { return m_sta; }
37 
38 
39  private:
40  void prepareWrite()
41  throw(std::runtime_error);
42 
44  throw(std::runtime_error);
45 
47  throw(std::runtime_error);
48 
49 
50  void fetchData(std::vector< ODTowersToByPassDat >* fillMap, ODTowersToByPassInfo* iov)
51  throw(std::runtime_error);
52 
53  // User data
54  int m_tr;
55  int m_fed;
56  int m_tt;
57  int m_time;
58  int m_sta;
59  int m_ID;
60 
61 };
62 
63 #endif
void fetchData(std::vector< ODTowersToByPassDat > *fillMap, ODTowersToByPassInfo *iov)
void writeArrayDB(const std::vector< ODTowersToByPassDat > &data, ODTowersToByPassInfo *iov)
tuple iov
Definition: o2o.py:307
void writeDB(const ODTowersToByPassDat *item, ODTowersToByPassInfo *iov)
string const
Definition: compareJSON.py:14
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82