CMS 3D CMS Logo

EcalTPGFineGrainConstEB.cc
Go to the documentation of this file.
2 
4  : ThresholdETLow_(0), ThresholdETHigh_(0), RatioLow_(0), RatioHigh_(0), LUT_(0) {}
5 
7 
9  uint32_t& ThresholdETLow, uint32_t& ThresholdETHigh, uint32_t& RatioLow, uint32_t& RatioHigh, uint32_t& LUT) const {
10  ThresholdETLow = ThresholdETLow_;
11  ThresholdETHigh = ThresholdETHigh_;
12  RatioLow = RatioLow_;
13  RatioHigh = RatioHigh_;
14  LUT = LUT_;
15 }
16 
17 void EcalTPGFineGrainConstEB::setValues(const uint32_t& ThresholdETLow,
18  const uint32_t& ThresholdETHigh,
19  const uint32_t& RatioLow,
20  const uint32_t& RatioHigh,
21  const uint32_t& LUT) {
22  ThresholdETLow_ = ThresholdETLow;
23  ThresholdETHigh_ = ThresholdETHigh;
24  RatioLow_ = RatioLow;
25  RatioHigh_ = RatioHigh;
26  LUT_ = LUT;
27 }
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:31