#include <EcalTPGLutIdMap.h>
Public Types | |
typedef std::map< uint32_t, EcalTPGLut > | EcalTPGLutMap |
typedef std::map< uint32_t, EcalTPGLut >::const_iterator | EcalTPGLutMapItr |
Public Member Functions | |
EcalTPGLutIdMap () | |
const EcalTPGLutMap & | getMap () const |
void | setValue (const uint32_t &id, const EcalTPGLut &value) |
~EcalTPGLutIdMap () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
EcalTPGLutMap | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file EcalTPGLutIdMap.h.
typedef std::map<uint32_t, EcalTPGLut> EcalTPGLutIdMap::EcalTPGLutMap |
Definition at line 13 of file EcalTPGLutIdMap.h.
typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutIdMap::EcalTPGLutMapItr |
Definition at line 14 of file EcalTPGLutIdMap.h.
EcalTPGLutIdMap::EcalTPGLutIdMap | ( | ) |
Definition at line 3 of file EcalTPGLutIdMap.cc.
EcalTPGLutIdMap::~EcalTPGLutIdMap | ( | ) |
Definition at line 6 of file EcalTPGLutIdMap.cc.
|
inline |
Definition at line 19 of file EcalTPGLutIdMap.h.
References map_, and setValue().
Referenced by EcalSelectiveReadoutValidation::analyzeTP(), EcalTPCondAnalyzer::printEcalTPGLutIdMap(), and EcalFenixTcpFormat::process().
|
private |
void EcalTPGLutIdMap::setValue | ( | const uint32_t & | id, |
const EcalTPGLut & | value | ||
) |
Definition at line 9 of file EcalTPGLutIdMap.cc.
References triggerObjects_cff::id, map_, and relativeConstraints::value.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), getMap(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 26 of file EcalTPGLutIdMap.h.
|
friend |
Definition at line 26 of file EcalTPGLutIdMap.h.
|
private |
Definition at line 23 of file EcalTPGLutIdMap.h.
Referenced by getMap(), and setValue().