CMS 3D CMS Logo

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 }

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