#include <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 | ( | ) |
Definition at line 4 of file EcalTPGSlidingWindow.cc.
{ }
EcalTPGSlidingWindow::~EcalTPGSlidingWindow | ( | ) |
Definition at line 7 of file EcalTPGSlidingWindow.cc.
{ }
const std::map<uint32_t, uint32_t>& EcalTPGSlidingWindow::getMap | ( | ) | const [inline] |
void EcalTPGSlidingWindow::setValue | ( | const uint32_t & | id, |
const uint32_t & | value | ||
) |
Definition at line 10 of file EcalTPGSlidingWindow.cc.
References map_, and relativeConstraints::value.
Referenced by popcon::EcalTPGSlidingWindowHandler::getNewObjects().
std::map<uint32_t, uint32_t> EcalTPGSlidingWindow::map_ [private] |
Definition at line 17 of file EcalTPGSlidingWindow.h.
Referenced by getMap(), and setValue().