CMS 3D CMS Logo

RPCObFebAssmap.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): Feb Map (RPCObFebAssmap)
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 RPCObFebAssmap_h
10 #define RPCObFebAssmap_h
11 #include <vector>
12 #include <string>
13 
15 public:
16  struct FebAssmap_Item {
17  int dpid;
18  int region;
19  int ring;
20  int station;
21  int sector;
22  int layer;
23  int subsector;
24  int chid;
25  };
27  virtual ~RPCObFebAssmap() {}
28  std::vector<FebAssmap_Item> ObFebAssmap_rpc;
29 };
30 
31 #endif
std::vector< FebAssmap_Item > ObFebAssmap_rpc
virtual ~RPCObFebAssmap()