CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CondFormats/RPCObjects/interface/RPCObFebAssmap.h

Go to the documentation of this file.
00001 /*
00002  * Payload definition(s): Feb Map (RPCObFebAssmap)
00003  *
00004  *  $Date: 2009/11/16 12:56:29 $
00005  *  $Revision: 1.2 $
00006  *  \author D. Pagano - Dip. Fis. Nucl. e Teo. & INFN Pavia
00007  */
00008 
00009 #ifndef RPCObFebAssmap_h
00010 #define RPCObFebAssmap_h
00011 #include <vector>
00012 #include <string>
00013 
00014 
00015 class RPCObFebAssmap {
00016     public:
00017       struct FebAssmap_Item {
00018         int dpid;
00019         int region;
00020         int ring;
00021         int station;
00022         int sector;
00023         int layer;
00024         int subsector;
00025         int chid;
00026     };
00027     RPCObFebAssmap(){}
00028     virtual ~RPCObFebAssmap(){}
00029     std::vector<FebAssmap_Item> ObFebAssmap_rpc;
00030    };
00031 
00032 #endif
00033