CMS 3D CMS Logo

HcalCalibrations.cc

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

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