CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CondFormats/CSCObjects/src/CSCDDUMap.cc

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