![]() |
![]() |
#include <CondFormats/EcalObjects/interface/EcalTPGPhysicsConst.h>
Public Member Functions | |
EcalTPGPhysicsConst () | |
const std::map< uint32_t, Item > & | getMap () const |
void | setValue (const uint32_t &id, const Item &value) |
~EcalTPGPhysicsConst () | |
Private Attributes | |
std::map< uint32_t, Item > | map_ |
Classes | |
struct | Item |
Definition at line 7 of file EcalTPGPhysicsConst.h.
EcalTPGPhysicsConst::EcalTPGPhysicsConst | ( | ) |
EcalTPGPhysicsConst::~EcalTPGPhysicsConst | ( | ) |
const std::map<uint32_t, Item>& EcalTPGPhysicsConst::getMap | ( | ) | const [inline] |
Definition at line 25 of file EcalTPGPhysicsConst.h.
References map_.
Referenced by EcalTPGScale::getTPGInADC(), EcalTPGScale::getTPGInGeV(), and EcalTPCondAnalyzer::printEcalTPGPhysicsConst().
00025 { return map_; }
std::map<uint32_t, Item> EcalTPGPhysicsConst::map_ [private] |