CMS 3D CMS Logo

RPCObFebmap.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): Feb thresholds, temperatures, voltages and noises (RPCObFebmap)
3  *
4  * $Date: 2009/11/16 12:57:56 $
5  * $Revision: 1.3 $
6  * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7  */
8 
9 #ifndef RPCObFebmap_h
10 #define RPCObFebmap_h
12 
13 #include <vector>
14 
15 class RPCObFebmap {
16 public:
17  struct Feb_Item {
18  int dpid;
19  float thr1;
20  float thr2;
21  float thr3;
22  float thr4;
23  float vmon1;
24  float vmon2;
25  float vmon3;
26  float vmon4;
27  float temp1;
28  float temp2;
29  int day;
30  int time;
31  int noise1;
32  int noise2;
33  int noise3;
34  int noise4;
35 
37  };
39  virtual ~RPCObFebmap() {}
40  std::vector<Feb_Item> ObFebMap_rpc;
41 
43 };
44 
45 #endif
std::vector< Feb_Item > ObFebMap_rpc
Definition: RPCObFebmap.h:40
virtual ~RPCObFebmap()
Definition: RPCObFebmap.h:39
#define COND_SERIALIZABLE
Definition: Serializable.h:39