#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 12 of file EcalTPGLutIdMap.h.
typedef std::map<uint32_t, EcalTPGLut>::const_iterator EcalTPGLutIdMap::EcalTPGLutMapItr |
Definition at line 13 of file EcalTPGLutIdMap.h.
EcalTPGLutIdMap::EcalTPGLutIdMap | ( | ) |
Definition at line 3 of file EcalTPGLutIdMap.cc.
EcalTPGLutIdMap::~EcalTPGLutIdMap | ( | ) |
Definition at line 5 of file EcalTPGLutIdMap.cc.
|
inline |
Definition at line 18 of file EcalTPGLutIdMap.h.
References map_.
Referenced by EcalTPGScale::getLinearizedTPG(), EcalTPGScale::getTPGInADC(), EcalTPCondAnalyzer::printEcalTPGLutIdMap(), EcalEBFenixTcpFormat::setParameters(), EcalFenixTcpFormatEE::setParameters(), and EcalFenixTcpFormatEB::setParameters().
|
private |
void EcalTPGLutIdMap::setValue | ( | const uint32_t & | id, |
const EcalTPGLut & | value | ||
) |
Definition at line 7 of file EcalTPGLutIdMap.cc.
References l1ctLayer2EG_cff::id, map_, and relativeConstraints::value.
Referenced by Types._ProxyParameter::__init__(), and popcon::EcalTPGLutIdMapHandler::getNewObjects().
|
friend |
Definition at line 24 of file EcalTPGLutIdMap.h.
|
friend |
Definition at line 24 of file EcalTPGLutIdMap.h.
|
private |
Definition at line 22 of file EcalTPGLutIdMap.h.
Referenced by getMap(), and setValue().