CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc

Go to the documentation of this file.
00001 #include "CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h"
00002 
00011 HcalCalibrationWidths::HcalCalibrationWidths (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 }