CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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)
tuple result
Definition: mps_fire.py:311
bool setNominalGain(float gain)