#include <EcalTPGWeightIdMap.h>
Public Types | |
typedef std::map< uint32_t, EcalTPGWeights > | EcalTPGWeightMap |
typedef std::map< uint32_t, EcalTPGWeights >::const_iterator | EcalTPGWeightMapItr |
Public Member Functions | |
EcalTPGWeightIdMap () | |
const EcalTPGWeightMap & | getMap () const |
void | setValue (const uint32_t &id, const EcalTPGWeights &value) |
~EcalTPGWeightIdMap () | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
EcalTPGWeightMap | map_ |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 10 of file EcalTPGWeightIdMap.h.
typedef std::map<uint32_t, EcalTPGWeights> EcalTPGWeightIdMap::EcalTPGWeightMap |
Definition at line 13 of file EcalTPGWeightIdMap.h.
typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightIdMap::EcalTPGWeightMapItr |
Definition at line 14 of file EcalTPGWeightIdMap.h.
EcalTPGWeightIdMap::EcalTPGWeightIdMap | ( | ) |
Definition at line 3 of file EcalTPGWeightIdMap.cc.
EcalTPGWeightIdMap::~EcalTPGWeightIdMap | ( | ) |
Definition at line 6 of file EcalTPGWeightIdMap.cc.
|
inline |
Definition at line 19 of file EcalTPGWeightIdMap.h.
References map_, and setValue().
Referenced by EcalTPCondAnalyzer::printWEIGHT().
|
private |
void EcalTPGWeightIdMap::setValue | ( | const uint32_t & | id, |
const EcalTPGWeights & | value | ||
) |
Definition at line 9 of file EcalTPGWeightIdMap.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::EcalTPGWeightIdMapHandler::getNewObjects(), Vispa.Views.PropertyView.TextEditWithButtonProperty::keyPressEvent(), popcon::EcalTPGWeightIdMapHandler::readtxtFile(), popcon::EcalTPGWeightIdMapHandler::readxmlFile(), and Vispa.Views.PropertyView.TextEditWithButtonProperty::setMultiline().
|
friend |
Definition at line 26 of file EcalTPGWeightIdMap.h.
|
friend |
Definition at line 26 of file EcalTPGWeightIdMap.h.
|
private |
Definition at line 23 of file EcalTPGWeightIdMap.h.
Referenced by getMap(), and setValue().