CMS 3D CMS Logo

EcalTPGLut.h
Go to the documentation of this file.
1 #ifndef EcalTPGLut_h
2 #define EcalTPGLut_h
3 
5 
6 class EcalTPGLut {
7 public:
8  EcalTPGLut();
9  EcalTPGLut(const EcalTPGLut &);
10  ~EcalTPGLut();
11 
13 
14  const unsigned int *getLut() const;
15  void setLut(const unsigned int *lut);
16 
17 private:
18  unsigned int lut_[1024];
19 
21 };
22 
23 #endif
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
EcalTPGLut::getLut
const unsigned int * getLut() const
Definition: EcalTPGLut.cc:13
EcalTPGLut::setLut
void setLut(const unsigned int *lut)
Definition: EcalTPGLut.cc:15
EcalTPGLut::lut_
unsigned int lut_[1024]
Definition: EcalTPGLut.h:18
Serializable.h
EcalTPGLut
Definition: EcalTPGLut.h:6
EcalTPGLut::operator=
EcalTPGLut & operator=(const EcalTPGLut &)
Definition: EcalTPGLut.cc:20
EcalTPGLut::~EcalTPGLut
~EcalTPGLut()
Definition: EcalTPGLut.cc:11
EcalTPGLut::EcalTPGLut
EcalTPGLut()
Definition: EcalTPGLut.cc:3