CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
EcalTPGLutIdMap Class Reference

#include <EcalTPGLutIdMap.h>

Public Types

typedef std::map< uint32_t,
EcalTPGLut
EcalTPGLutMap
 
typedef std::map< uint32_t,
EcalTPGLut >::const_iterator 
EcalTPGLutMapItr
 

Public Member Functions

 EcalTPGLutIdMap ()
 
const EcalTPGLutMapgetMap () const
 
void setValue (const uint32_t &id, const EcalTPGLut &value)
 
 ~EcalTPGLutIdMap ()
 

Private Attributes

EcalTPGLutMap map_
 

Detailed Description

Definition at line 8 of file EcalTPGLutIdMap.h.

Member Typedef Documentation

typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutIdMap::EcalTPGLutMap

Definition at line 11 of file EcalTPGLutIdMap.h.

typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutIdMap::EcalTPGLutMapItr

Definition at line 12 of file EcalTPGLutIdMap.h.

Constructor & Destructor Documentation

EcalTPGLutIdMap::EcalTPGLutIdMap ( )

Definition at line 3 of file EcalTPGLutIdMap.cc.

4 { }
EcalTPGLutIdMap::~EcalTPGLutIdMap ( )

Definition at line 6 of file EcalTPGLutIdMap.cc.

7 { }

Member Function Documentation

const EcalTPGLutMap& EcalTPGLutIdMap::getMap ( ) const
inline

Definition at line 17 of file EcalTPGLutIdMap.h.

References map_.

Referenced by EcalTPCondAnalyzer::printEcalTPGLutIdMap().

17 { return map_; }
EcalTPGLutMap map_
void EcalTPGLutIdMap::setValue ( const uint32_t &  id,
const EcalTPGLut value 
)

Member Data Documentation

EcalTPGLutMap EcalTPGLutIdMap::map_
private

Definition at line 21 of file EcalTPGLutIdMap.h.

Referenced by getMap(), and setValue().