CMS 3D CMS Logo

RPCObGasmap.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): Gas Map (RPCObGasmap)
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 RPCObGasmap_h
10 #define RPCObGasmap_h
12 
13 #include <vector>
14 #include <string>
15 
16 class RPCObGasmap {
17 public:
18  struct GasMap_Item {
19  int dpid;
20  int region;
21  int ring;
22  int station;
23  int sector;
24  int layer;
25  int subsector;
26  int suptype;
27 
29  };
31  virtual ~RPCObGasmap() {}
32  std::vector<GasMap_Item> ObGasMap_rpc;
33 
35 };
36 
37 #endif
virtual ~RPCObGasmap()
Definition: RPCObGasmap.h:31
std::vector< GasMap_Item > ObGasMap_rpc
Definition: RPCObGasmap.h:32
#define COND_SERIALIZABLE
Definition: Serializable.h:39