CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes

CSCDDUMap Class Reference

#include <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.

{}
CSCDDUMap::~CSCDDUMap ( )

Definition at line 5 of file CSCDDUMap.cc.

{}

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().

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

Member Data Documentation

Definition at line 15 of file CSCDDUMap.h.

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