CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
17 class RPCObGasmap {
18  public:
19  struct GasMap_Item {
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 ~RPCObGasmap(){}
33  std::vector<GasMap_Item> ObGasMap_rpc;
34 
36 };
37 
38 #endif
39 
virtual ~RPCObGasmap()
Definition: RPCObGasmap.h:32
std::vector< GasMap_Item > ObGasMap_rpc
Definition: RPCObGasmap.h:33
#define COND_SERIALIZABLE
Definition: Serializable.h:37