#include <EcalTPGGroups.h>
Public Types | |
typedef std::map< uint32_t, uint32_t > | EcalTPGGroupsMap |
typedef std::map< uint32_t, uint32_t >::const_iterator | EcalTPGGroupsMapItr |
Public Member Functions | |
EcalTPGGroups () | |
const EcalTPGGroupsMap & | getMap () const |
void | setValue (const uint32_t &rawId, const uint32_t &ObjectId) |
~EcalTPGGroups () | |
Protected Attributes | |
COND_SERIALIZABLE | |
EcalTPGGroupsMap | map_ |
Definition at line 19 of file EcalTPGGroups.h.
typedef std::map<uint32_t, uint32_t> EcalTPGGroups::EcalTPGGroupsMap |
Definition at line 22 of file EcalTPGGroups.h.
typedef std::map<uint32_t, uint32_t>::const_iterator EcalTPGGroups::EcalTPGGroupsMapItr |
Definition at line 23 of file EcalTPGGroups.h.
EcalTPGGroups::EcalTPGGroups | ( | ) |
Definition at line 3 of file EcalTPGGroups.cc.
EcalTPGGroups::~EcalTPGGroups | ( | ) |
Definition at line 6 of file EcalTPGGroups.cc.
|
inline |
Definition at line 28 of file EcalTPGGroups.h.
References map_.
Referenced by L1CaloEcalScaleConfigOnlineProd::newObject(), EcalTPCondAnalyzer::printSTRIP(), EcalTPCondAnalyzer::printTOWEREB(), and EcalTPCondAnalyzer::printTOWEREE().
void EcalTPGGroups::setValue | ( | const uint32_t & | rawId, |
const uint32_t & | ObjectId | ||
) |
Definition at line 9 of file EcalTPGGroups.cc.
References map_.
Referenced by Vispa.Views.PropertyView.StringProperty::buttonClicked(), Vispa.Views.PropertyView.FileProperty::buttonClicked(), Vispa.Views.PropertyView.FileVectorProperty::buttonClicked(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), L1CaloEcalScaleConfigOnlineProd::newObject(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
protected |
Definition at line 35 of file EcalTPGGroups.h.
|
protected |
Definition at line 32 of file EcalTPGGroups.h.
Referenced by getMap(), and setValue().