CMS 3D CMS Logo

CSCDDUMap Class Reference

#include <CondFormats/CSCObjects/interface/CSCDDUMap.h>

List of all members.

Public Types

typedef std::map< int,
CSCMapItem::MapItem
CSCMap

Public Member Functions

 CSCDDUMap ()
const CSCMapItem::MapItemitem (int key) const
 ~CSCDDUMap ()

Public Attributes

CSCMap ddu_map


Detailed Description

Definition at line 7 of file CSCDDUMap.h.


Member Typedef Documentation

typedef std::map< int,CSCMapItem::MapItem > CSCDDUMap::CSCMap

Definition at line 14 of file CSCDDUMap.h.


Constructor & Destructor Documentation

CSCDDUMap::CSCDDUMap (  ) 

Definition at line 3 of file CSCDDUMap.cc.

00003 {}

CSCDDUMap::~CSCDDUMap (  ) 

Definition at line 5 of file CSCDDUMap.cc.

00005 {}


Member Function Documentation

const CSCMapItem::MapItem & CSCDDUMap::item ( int  key  )  const

Definition at line 7 of file CSCDDUMap.cc.

References ddu_map, and edm::second().

00007                                                         { 
00008   return (ddu_map.find(key))->second; 
00009 }


Member Data Documentation

CSCMap CSCDDUMap::ddu_map

Definition at line 15 of file CSCDDUMap.h.

Referenced by CSCDDUMapValues::fillDDUMap(), and item().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:17:10 2009 for CMSSW by  doxygen 1.5.4