#include <CondFormats/EcalObjects/interface/EcalTPGSlidingWindow.h>
Public Member Functions | |
EcalTPGSlidingWindow () | |
const std::map< uint32_t, uint32_t > & | getMap () const |
void | setValue (const uint32_t &id, const uint32_t &value) |
~EcalTPGSlidingWindow () | |
Private Attributes | |
std::map< uint32_t, uint32_t > | map_ |
Definition at line 7 of file EcalTPGSlidingWindow.h.
EcalTPGSlidingWindow::EcalTPGSlidingWindow | ( | ) |
EcalTPGSlidingWindow::~EcalTPGSlidingWindow | ( | ) |
const std::map<uint32_t, uint32_t>& EcalTPGSlidingWindow::getMap | ( | ) | const [inline] |
void EcalTPGSlidingWindow::setValue | ( | const uint32_t & | id, | |
const uint32_t & | value | |||
) |
std::map<uint32_t, uint32_t> EcalTPGSlidingWindow::map_ [private] |