#include <EcalTPGSpike.h>
Public Types | |
typedef std::map< uint32_t, uint16_t > | EcalTPGSpikeMap |
typedef std::map< uint32_t, uint16_t >::const_iterator | EcalTPGSpikeMapIterator |
Public Member Functions | |
EcalTPGSpike () | |
const std::map< uint32_t, uint16_t > & | getMap () const |
void | setValue (const uint32_t &id, const uint16_t &val) |
~EcalTPGSpike () | |
Private Attributes | |
std::map< uint32_t, uint16_t > | map_ |
Definition at line 7 of file EcalTPGSpike.h.
typedef std::map<uint32_t, uint16_t> EcalTPGSpike::EcalTPGSpikeMap |
Definition at line 10 of file EcalTPGSpike.h.
typedef std::map<uint32_t, uint16_t>::const_iterator EcalTPGSpike::EcalTPGSpikeMapIterator |
Definition at line 11 of file EcalTPGSpike.h.
EcalTPGSpike::EcalTPGSpike | ( | ) |
Definition at line 4 of file EcalTPGSpike.cc.
EcalTPGSpike::~EcalTPGSpike | ( | ) |
Definition at line 7 of file EcalTPGSpike.cc.
|
inline |
Definition at line 17 of file EcalTPGSpike.h.
References map_.
Referenced by EcalTPCondAnalyzer::printTOWEREB(), and EcalFenixTcpFormat::setParameters().
void EcalTPGSpike::setValue | ( | const uint32_t & | id, |
const uint16_t & | val | ||
) |
Definition at line 10 of file EcalTPGSpike.cc.
References map_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), popcon::EcalTPGSpikeThresholdHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
private |
Definition at line 21 of file EcalTPGSpike.h.
Referenced by getMap(), and setValue().