CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
RPCObPVSSmap.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): DpId Map for RPCObCond Payload
3  *
4  * $Date: 2009/11/16 12:53:47 $
5  * $Revision: 1.3 $
6  * \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
7  */
8 
9 #ifndef RPCObPVSSmap_h
10 #define RPCObPVSSmap_h
12 
13 #include <vector>
14 #include <string>
15 
16 class RPCObPVSSmap {
17 public:
18  struct Item {
19  int since;
20  int dpid;
21  int region;
22  int ring;
23  int station;
24  int sector;
25  int layer;
26  int subsector;
27  int suptype;
28 
30  };
32  virtual ~RPCObPVSSmap() {}
33  std::vector<Item> ObIDMap_rpc;
34 
36 };
37 
38 #endif
std::vector< Item > ObIDMap_rpc
Definition: RPCObPVSSmap.h:33
virtual ~RPCObPVSSmap()
Definition: RPCObPVSSmap.h:32
#define COND_SERIALIZABLE
Definition: Serializable.h:39