CMS 3D CMS Logo

HcalLutMetadata.cc
Go to the documentation of this file.
1 
11 
12 bool HcalLutMetadata::setRctLsb(float rctlsb) {
13  bool result = false;
14  if (rctlsb == 0.25 || rctlsb == 0.5) {
15  mNonChannelData.mRctLsb = rctlsb;
16  result = true;
17  }
18  return result;
19 }
20 
22  bool result = false;
24  result = true;
25  return result;
26 }
NonChannelData mNonChannelData
bool setRctLsb(float rctlsb)
bool setNominalGain(float gain)