CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGFineGrainConstEB.h
Go to the documentation of this file.
1 #ifndef EcalTPGFineGrainConstEB_h
2 #define EcalTPGFineGrainConstEB_h
3 
5 
6 #include <boost/cstdint.hpp>
7 
9 {
10  public:
13 
14 
15  void getValues(uint32_t & ThresholdETLow,
16  uint32_t & ThresholdETHigh,
17  uint32_t & RatioLow,
18  uint32_t & RatioHigh,
19  uint32_t & LUT) const ;
20  void setValues(const uint32_t & ThresholdETLow,
21  const uint32_t & ThresholdETHigh,
22  const uint32_t & RatioLow,
23  const uint32_t & RatioHigh,
24  const uint32_t & LUT) ;
25 
26  private:
27  uint32_t ThresholdETLow_ ;
28  uint32_t ThresholdETHigh_ ;
29  uint32_t RatioLow_ ;
30  uint32_t RatioHigh_ ;
31  uint32_t LUT_ ;
32 
33 
34 
36 };
37 
38 
39 #endif
void setValues(const uint32_t &ThresholdETLow, const uint32_t &ThresholdETHigh, const uint32_t &RatioLow, const uint32_t &RatioHigh, const uint32_t &LUT)
void getValues(uint32_t &ThresholdETLow, uint32_t &ThresholdETHigh, uint32_t &RatioLow, uint32_t &RatioHigh, uint32_t &LUT) const
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::vector< unsigned short int > LUT
Definition: DTTracoLUTs.h:32