CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
10 #ifndef RPCObFebmap_h
11 #define RPCObFebmap_h
13 
14 #include <vector>
15 
16 
17 class RPCObFebmap {
18  public:
19  struct Feb_Item {
20  int dpid;
21  float thr1;
22  float thr2;
23  float thr3;
24  float thr4;
25  float vmon1;
26  float vmon2;
27  float vmon3;
28  float vmon4;
29  float temp1;
30  float temp2;
31  int day;
32  int time;
33  int noise1;
34  int noise2;
35  int noise3;
36  int noise4;
37 
39 };
41  virtual ~RPCObFebmap(){}
42  std::vector<Feb_Item> ObFebMap_rpc;
43 
45 };
46 
47 #endif
48 
std::vector< Feb_Item > ObFebMap_rpc
Definition: RPCObFebmap.h:42
virtual ~RPCObFebmap()
Definition: RPCObFebmap.h:41
#define COND_SERIALIZABLE
Definition: Serializable.h:37