CMS 3D CMS Logo

HcalCalibrationWidths.cc
Go to the documentation of this file.
2 #include <cstdlib>
3 
10 HcalCalibrationWidths::HcalCalibrationWidths (const float fGain [4], const float fPedestal [4], const float fEffectivePedestal[4]) {
11  for (size_t iCap = 0; iCap < 4; ++iCap)
12  {
13  mGain [iCap] = fGain [iCap];
14  mPedestal [iCap] = fPedestal [iCap];
15  mEffectivePedestal [iCap] = fEffectivePedestal [iCap];
16  }
17 }