CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTPGFineGrainConstEB.cc
Go to the documentation of this file.
2 
3 
5  : ThresholdETLow_(0), ThresholdETHigh_(0), RatioLow_(0), RatioHigh_(0), LUT_(0)
6 { }
7 
9 { }
10 
11 void EcalTPGFineGrainConstEB::getValues(uint32_t & ThresholdETLow,
12  uint32_t & ThresholdETHigh,
13  uint32_t & RatioLow,
14  uint32_t & RatioHigh,
15  uint32_t & LUT) const
16 {
17  ThresholdETLow = ThresholdETLow_ ;
18  ThresholdETHigh = ThresholdETHigh_ ;
19  RatioLow = RatioLow_ ;
20  RatioHigh = RatioHigh_ ;
21  LUT = LUT_ ;
22 }
23 
24 void EcalTPGFineGrainConstEB::setValues(const uint32_t & ThresholdETLow,
25  const uint32_t & ThresholdETHigh,
26  const uint32_t & RatioLow,
27  const uint32_t & RatioHigh,
28  const uint32_t & LUT)
29 {
30  ThresholdETLow_ = ThresholdETLow ;
31  ThresholdETHigh_ = ThresholdETHigh ;
32  RatioLow_ = RatioLow ;
33  RatioHigh_ = RatioHigh ;
34  LUT_ = LUT ;
35 }
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
std::vector< unsigned short int > LUT
Definition: DTTracoLUTs.h:34