CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCObFebAssmap.h
Go to the documentation of this file.
1 /*
2  * Payload definition(s): Feb Map (RPCObFebAssmap)
3  *
4  * $Date: 2009/11/16 12:56:29 $
5  * $Revision: 1.2 $
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 
14 
16  public:
17  struct FebAssmap_Item {
18  int dpid;
19  int region;
20  int ring;
21  int station;
22  int sector;
23  int layer;
24  int subsector;
25  int chid;
26  };
28  virtual ~RPCObFebAssmap(){}
29  std::vector<FebAssmap_Item> ObFebAssmap_rpc;
30  };
31 
32 #endif
33 
std::vector< FebAssmap_Item > ObFebAssmap_rpc
virtual ~RPCObFebAssmap()