CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CondFormats/EcalObjects/interface/EcalTPGLut.h

Go to the documentation of this file.
00001 #ifndef EcalTPGLut_h
00002 #define EcalTPGLut_h
00003 
00004 class EcalTPGLut 
00005 {
00006  public:
00007 
00008   EcalTPGLut() ;
00009   EcalTPGLut(const EcalTPGLut &) ;
00010   ~EcalTPGLut() ;
00011 
00012   EcalTPGLut & operator=(const EcalTPGLut &) ;
00013 
00014   const unsigned int * getLut() const ;
00015   void setLut(const unsigned int * lut) ;
00016 
00017  private:
00018   unsigned int lut_[1024] ;
00019 
00020 };
00021 
00022 #endif