CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CalibFormats/CastorObjects/src/CastorCalibrations.cc

Go to the documentation of this file.
00001 #include "CalibFormats/CastorObjects/interface/CastorCalibrations.h"
00002 #include <cstdlib>
00003 
00012 CastorCalibrations::CastorCalibrations (const float fGain [4], const float fPedestal [4]) {
00013   for (size_t iCap = 0; iCap < 4; ++iCap)
00014   {
00015     mGain [iCap] = fGain [iCap];
00016     mPedestal [iCap] = fPedestal [iCap];
00017   }
00018 }