Main Page
Namespaces
Classes
Package Documentation
CondFormats
EcalObjects
interface
EcalTPGLut.h
Go to the documentation of this file.
1
#ifndef EcalTPGLut_h
2
#define EcalTPGLut_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
class
EcalTPGLut
7
{
8
public
:
9
10
EcalTPGLut
() ;
11
EcalTPGLut
(
const
EcalTPGLut
&) ;
12
~EcalTPGLut
() ;
13
14
EcalTPGLut
&
operator=
(
const
EcalTPGLut
&) ;
15
16
const
unsigned
int
*
getLut
()
const
;
17
void
setLut
(
const
unsigned
int
*
lut
) ;
18
19
private
:
20
unsigned
int
lut_
[1024] ;
21
22
23
COND_SERIALIZABLE
;
24
};
25
26
#endif
EcalTPGLut::~EcalTPGLut
~EcalTPGLut()
Definition:
EcalTPGLut.cc:12
EcalTPGLut::setLut
void setLut(const unsigned int *lut)
Definition:
EcalTPGLut.cc:20
EcalTPGLut::operator=
EcalTPGLut & operator=(const EcalTPGLut &)
Definition:
EcalTPGLut.cc:25
EcalTPGLut::EcalTPGLut
EcalTPGLut()
Definition:
EcalTPGLut.cc:3
EcalTPGLut::lut_
unsigned int lut_[1024]
Definition:
EcalTPGLut.h:20
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:38
EcalTPGLut
Definition:
EcalTPGLut.h:6
EcalTPGLut::getLut
const unsigned int * getLut() const
Definition:
EcalTPGLut.cc:15
lumiPlot.lut
lut
Definition:
lumiPlot.py:244
Serializable.h
Generated for CMSSW Reference Manual by
1.8.11