CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 
17 class RPCObPVSSmap {
18  public:
19  struct Item {
20  int since;
21  int dpid;
22  int region;
23  int ring;
24  int station;
25  int sector;
26  int layer;
27  int subsector;
28  int suptype;
29 
31 };
33  virtual ~RPCObPVSSmap(){}
34  std::vector<Item> ObIDMap_rpc;
35 
37 };
38 
39 #endif
40 
std::vector< Item > ObIDMap_rpc
Definition: RPCObPVSSmap.h:34
virtual ~RPCObPVSSmap()
Definition: RPCObPVSSmap.h:33
#define COND_SERIALIZABLE
Definition: Serializable.h:30