#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 Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
unsigned int | lut_ [1024] |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 6 of file EcalTPGLut.h.
EcalTPGLut::EcalTPGLut | ( | ) |
Definition at line 3 of file EcalTPGLut.cc.
EcalTPGLut::EcalTPGLut | ( | const EcalTPGLut & | tpgLut | ) |
Definition at line 6 of file EcalTPGLut.cc.
References getLut(), mps_fire::i, lumiPlot::lut, and lut_.
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 | ) |
Definition at line 25 of file EcalTPGLut.cc.
References getLut(), mps_fire::i, lumiPlot::lut, and lut_.
|
private |
void EcalTPGLut::setLut | ( | const unsigned int * | lut | ) |
Definition at line 20 of file EcalTPGLut.cc.
References mps_fire::i, and lut_.
Referenced by popcon::EcalTPGLutIdMapHandler::getNewObjects(), and EcalTrigPrimESProducer::produceLUT().
|
friend |
Definition at line 23 of file EcalTPGLut.h.
|
friend |
Definition at line 23 of file EcalTPGLut.h.
|
private |
Definition at line 20 of file EcalTPGLut.h.
Referenced by EcalTPGLut(), getLut(), operator=(), and setLut().