#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 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 EcalTPGSpike.h.
typedef std::map<uint32_t, uint16_t> EcalTPGSpike::EcalTPGSpikeMap |
Definition at line 12 of file EcalTPGSpike.h.
typedef std::map<uint32_t, uint16_t>::const_iterator EcalTPGSpike::EcalTPGSpikeMapIterator |
Definition at line 13 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 19 of file EcalTPGSpike.h.
References map_.
Referenced by EcalTPCondAnalyzer::printTOWEREB(), and EcalFenixTcpFormat::setParameters().
|
private |
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().
|
friend |
Definition at line 26 of file EcalTPGSpike.h.
|
friend |
Definition at line 26 of file EcalTPGSpike.h.
|
private |
Definition at line 23 of file EcalTPGSpike.h.
Referenced by getMap(), and setValue().