CMS 3D CMS Logo

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

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