00001 #ifndef CSCChamberIndex_h 00002 #define CSCChamberIndex_h 00003 00004 #include "CondFormats/CSCObjects/interface/CSCMapItem.h" 00005 #include <vector> 00006 00007 class CSCChamberIndex{ 00008 public: 00009 CSCChamberIndex(); 00010 ~CSCChamberIndex(); 00011 00012 const CSCMapItem::MapItem& item( int key )const; 00013 00014 typedef std::vector< CSCMapItem::MapItem > CSCVector; 00015 CSCVector ch_index; 00016 }; 00017 00018 #endif