Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:00

0001 #include "CondFormats/CSCObjects/interface/CSCChamberIndex.h"
0002 
0003 CSCChamberIndex::CSCChamberIndex() {}
0004 
0005 CSCChamberIndex::~CSCChamberIndex() {}
0006 
0007 const CSCMapItem::MapItem& CSCChamberIndex::item(int key) const { return ch_index[key]; }