#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 12 of file EcalTPGWeightIdMap.h.
typedef std::map<uint32_t, EcalTPGWeights>::const_iterator EcalTPGWeightIdMap::EcalTPGWeightMapItr |
Definition at line 13 of file EcalTPGWeightIdMap.h.
EcalTPGWeightIdMap::EcalTPGWeightIdMap | ( | ) |
Definition at line 3 of file EcalTPGWeightIdMap.cc.
EcalTPGWeightIdMap::~EcalTPGWeightIdMap | ( | ) |
Definition at line 5 of file EcalTPGWeightIdMap.cc.
|
inline |
Definition at line 18 of file EcalTPGWeightIdMap.h.
References map_.
Referenced by EcalTPCondAnalyzer::printWEIGHT(), EcalEBFenixAmplitudeFilter::setParameters(), and EcalFenixAmplitudeFilter::setParameters().
|
private |
void EcalTPGWeightIdMap::setValue | ( | const uint32_t & | id, |
const EcalTPGWeights & | value | ||
) |
Definition at line 7 of file EcalTPGWeightIdMap.cc.
References EcalPhiSymFlatTableProducers_cfi::id, map_, and relativeConstraints::value.
Referenced by Types._ProxyParameter::__init__(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::readtxtFile(), and popcon::EcalTPGWeightIdMapHandler::readxmlFile().
|
friend |
Definition at line 24 of file EcalTPGWeightIdMap.h.
|
friend |
Definition at line 24 of file EcalTPGWeightIdMap.h.
|
private |
Definition at line 22 of file EcalTPGWeightIdMap.h.
Referenced by getMap(), and setValue().