#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::map< uint32_t, uint16_t > | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 9 of file EcalTPGTowerStatus.h.
EcalTPGTowerStatus::EcalTPGTowerStatus | ( | ) |
Definition at line 3 of file EcalTPGTowerStatus.cc.
EcalTPGTowerStatus::~EcalTPGTowerStatus | ( | ) |
Definition at line 5 of file EcalTPGTowerStatus.cc.
|
inline |
Definition at line 15 of file EcalTPGTowerStatus.h.
References map_.
Referenced by ecaldqm::TrigPrimTask::beginEvent(), EcalTPGTowerStatusXMLTranslator::dumpXML(), EcalTPGTowerStatusXMLTranslator::plot(), ecaldqm::TrigPrimTask::runOnRealTPs(), EcalEBFenixTcpFormat::setParameters(), EcalFenixTcpFormatEE::setParameters(), and EcalFenixTcpFormatEB::setParameters().
|
private |
void EcalTPGTowerStatus::setValue | ( | const uint32_t & | id, |
const uint16_t & | val | ||
) |
Definition at line 7 of file EcalTPGTowerStatus.cc.
References gpuClustering::id, map_, and hgcalPerformanceValidation::val.
Referenced by popcon::EcalTPGBadTTHandler::getNewObjects().
|
friend |
Definition at line 21 of file EcalTPGTowerStatus.h.
|
friend |
Definition at line 21 of file EcalTPGTowerStatus.h.
|
private |
Definition at line 19 of file EcalTPGTowerStatus.h.
Referenced by getMap(), and setValue().