#include <EcalTPGStripStatus.h>
Public Member Functions | |
EcalTPGStripStatus () | |
const std::map< uint32_t, uint16_t > & | getMap () const |
void | setValue (const uint32_t &id, const uint16_t &val) |
~EcalTPGStripStatus () | |
Private Attributes | |
std::map< uint32_t, uint16_t > | map_ |
Definition at line 7 of file EcalTPGStripStatus.h.
EcalTPGStripStatus::EcalTPGStripStatus | ( | ) |
Definition at line 4 of file EcalTPGStripStatus.cc.
{ }
EcalTPGStripStatus::~EcalTPGStripStatus | ( | ) |
Definition at line 7 of file EcalTPGStripStatus.cc.
{ }
const std::map<uint32_t, uint16_t>& EcalTPGStripStatus::getMap | ( | ) | const [inline] |
Definition at line 14 of file EcalTPGStripStatus.h.
References map_.
Referenced by EcalTPGStripStatusXMLTranslator::dumpXML(), and EcalFenixStripFormatEE::setParameters().
{ return map_; }
void EcalTPGStripStatus::setValue | ( | const uint32_t & | id, |
const uint16_t & | val | ||
) |
Definition at line 10 of file EcalTPGStripStatus.cc.
References map_.
Referenced by popcon::EcalTPGBadStripHandler::getNewObjects().
{ map_[id] = val ; }
std::map<uint32_t, uint16_t> EcalTPGStripStatus::map_ [private] |
Definition at line 18 of file EcalTPGStripStatus.h.
Referenced by getMap(), and setValue().