CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorCalibrationWidths.cc
Go to the documentation of this file.
2 #include <cstdlib>
3 
12 CastorCalibrationWidths::CastorCalibrationWidths (const float fGain [4], const float fPedestal [4]) {
13  for (size_t iCap = 0; iCap < 4; ++iCap)
14  {
15  mGain [iCap] = fGain [iCap];
16  mPedestal [iCap] = fPedestal [iCap];
17  }
18 }