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