#include <EcalTPGWeightIdMap.h>
Public Types | |
typedef std::map< uint32_t, EcalTPGWeights > | EcalTPGWeightMap |
typedef std::map< uint32_t, EcalTPGWeights > ::const_iterator | EcalTPGWeightMapItr |
Public Member Functions | |
EcalTPGWeightIdMap () | |
const EcalTPGWeightMap & | getMap () const |
void | setValue (const uint32_t &id, const EcalTPGWeights &value) |
~EcalTPGWeightIdMap () | |
Private Attributes | |
EcalTPGWeightMap | map_ |
Definition at line 8 of file EcalTPGWeightIdMap.h.
typedef std::map<uint32_t, EcalTPGWeights> EcalTPGWeightIdMap::EcalTPGWeightMap |
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.
EcalTPGWeightIdMap::EcalTPGWeightIdMap | ( | ) |
Definition at line 3 of file EcalTPGWeightIdMap.cc.
{ }
EcalTPGWeightIdMap::~EcalTPGWeightIdMap | ( | ) |
Definition at line 6 of file EcalTPGWeightIdMap.cc.
{ }
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 | ||
) |
Definition at line 9 of file EcalTPGWeightIdMap.cc.
References errorMatrix2Lands_multiChannel::id, map_, and relativeConstraints::value.
Referenced by popcon::EcalTPGWeightIdMapHandler::getNewObjects().
EcalTPGWeightMap EcalTPGWeightIdMap::map_ [private] |
Definition at line 21 of file EcalTPGWeightIdMap.h.
Referenced by getMap(), and setValue().