#include <CondFormats/EcalObjects/interface/EcalTPGLut.h>
Public Member Functions | |
EcalTPGLut (const EcalTPGLut &) | |
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 | ( | ) |
EcalTPGLut::EcalTPGLut | ( | const EcalTPGLut & | tpgLut | ) |
EcalTPGLut::~EcalTPGLut | ( | ) |
const unsigned int * EcalTPGLut::getLut | ( | ) | const |
Definition at line 15 of file EcalTPGLut.cc.
References lut_.
Referenced by EcalTPGLut(), operator=(), and EcalTPCondAnalyzer::printEcalTPGLutIdMap().
00016 { 00017 return lut_ ; 00018 }
EcalTPGLut & EcalTPGLut::operator= | ( | const EcalTPGLut & | tpgLut | ) |
unsigned int EcalTPGLut::lut_[1024] [private] |
Definition at line 18 of file EcalTPGLut.h.
Referenced by EcalTPGLut(), getLut(), operator=(), and setLut().