#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 | |
EcalTPGGroupsMap | map_ |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
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_, and setValue().
Referenced by EcalSelectiveReadoutValidation::analyzeTP(), EcalTPGScale::getLinearizedTPG(), EcalFEtoDigi::getLUT(), EcalTPGScale::getTPGInADC(), L1CaloEcalScaleConfigOnlineProd::newObject(), EcalTPCondAnalyzer::printSTRIP(), EcalTPCondAnalyzer::printTOWEREB(), and EcalTPCondAnalyzer::printTOWEREE().
|
private |
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(), getMap(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), L1CaloEcalScaleConfigOnlineProd::newObject(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 35 of file EcalTPGGroups.h.
|
friend |
Definition at line 35 of file EcalTPGGroups.h.
|
protected |
Definition at line 32 of file EcalTPGGroups.h.
Referenced by getMap(), and setValue().