CMS 3D CMS Logo

Public Types | Public Member Functions | Private Attributes

EcalTPGWeightIdMap Class Reference

#include <EcalTPGWeightIdMap.h>

List of all members.

Public Types

typedef std::map< uint32_t,
EcalTPGWeights
EcalTPGWeightMap
typedef std::map< uint32_t,
EcalTPGWeights >
::const_iterator 
EcalTPGWeightMapItr

Public Member Functions

 EcalTPGWeightIdMap ()
const EcalTPGWeightMapgetMap () const
void setValue (const uint32_t &id, const EcalTPGWeights &value)
 ~EcalTPGWeightIdMap ()

Private Attributes

EcalTPGWeightMap map_

Detailed Description

Definition at line 8 of file EcalTPGWeightIdMap.h.


Member Typedef Documentation

Definition at line 11 of file EcalTPGWeightIdMap.h.

typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightIdMap::EcalTPGWeightMapItr

Definition at line 12 of file EcalTPGWeightIdMap.h.


Constructor & Destructor Documentation

EcalTPGWeightIdMap::EcalTPGWeightIdMap ( )

Definition at line 3 of file EcalTPGWeightIdMap.cc.

{ }
EcalTPGWeightIdMap::~EcalTPGWeightIdMap ( )

Definition at line 6 of file EcalTPGWeightIdMap.cc.

{ }

Member Function Documentation

const EcalTPGWeightMap& EcalTPGWeightIdMap::getMap ( ) const [inline]

Definition at line 17 of file EcalTPGWeightIdMap.h.

References map_.

Referenced by EcalTPCondAnalyzer::printWEIGHT().

{ return map_; }
void EcalTPGWeightIdMap::setValue ( const uint32_t &  id,
const EcalTPGWeights value 
)

Member Data Documentation

Definition at line 21 of file EcalTPGWeightIdMap.h.

Referenced by getMap(), and setValue().