#include <EcalTPGLut.h>
Public Member Functions | |
EcalTPGLut () | |
EcalTPGLut (const EcalTPGLut &) | |
const unsigned int * | getLut () const |
EcalTPGLut & | operator= (const EcalTPGLut &) |
void | setLut (const unsigned int *lut) |
~EcalTPGLut () | |
Private Attributes | |
unsigned int | lut_ [1024] |
Definition at line 4 of file EcalTPGLut.h.
EcalTPGLut::EcalTPGLut | ( | ) |
Definition at line 3 of file EcalTPGLut.cc.
EcalTPGLut::EcalTPGLut | ( | const EcalTPGLut & | tpgLut | ) |
EcalTPGLut::~EcalTPGLut | ( | ) |
Definition at line 12 of file EcalTPGLut.cc.
const unsigned int * EcalTPGLut::getLut | ( | ) | const |
Definition at line 15 of file EcalTPGLut.cc.
References lut_.
Referenced by EcalTPGLut(), and operator=().
EcalTPGLut & EcalTPGLut::operator= | ( | const EcalTPGLut & | tpgLut | ) |
void EcalTPGLut::setLut | ( | const unsigned int * | lut | ) |
Definition at line 20 of file EcalTPGLut.cc.
Referenced by popcon::EcalTPGLutIdMapHandler::getNewObjects(), and EcalTrigPrimESProducer::produceLUT().
|
private |
Definition at line 18 of file EcalTPGLut.h.
Referenced by EcalTPGLut(), getLut(), operator=(), and setLut().