CMS 3D CMS Logo

CastorCalibrations.cc
Go to the documentation of this file.
2 #include <cstdlib>
3 
10 CastorCalibrations::CastorCalibrations (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 }