CMS 3D CMS Logo

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 }

Generated on Tue Jun 9 17:25:22 2009 for CMSSW by  doxygen 1.5.4