CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CondFormats/CSCObjects/src/CSCChamberIndex.cc

Go to the documentation of this file.
00001 #include "CondFormats/CSCObjects/interface/CSCChamberIndex.h"
00002 
00003 CSCChamberIndex::CSCChamberIndex(){}
00004 
00005 CSCChamberIndex::~CSCChamberIndex(){}
00006 
00007 const CSCMapItem::MapItem& CSCChamberIndex::item( int key ) const { 
00008   return ch_index[key]; 
00009 }