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 
10 CastorCalibrationWidths::CastorCalibrationWidths (const float fGain [4], const float fPedestal [4]) {
11  for (size_t iCap = 0; iCap < 4; ++iCap)
12  {
13  mGain [iCap] = fGain [iCap];
14  mPedestal [iCap] = fPedestal [iCap];
15  }
16 }