Ignore:
Timestamp:
04/20/07 14:59:58 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc

    r8427 r8428  
    318318  *fLog << endl;
    319319
    320   MCalibrationCam *blindcam = fIntensCam ? fIntensCam->GetCam() : fCam;
    321      
    322320  for (Int_t i=0; i<fHiGainArray->GetSize(); i++)
    323321    {
     
    360358        }
    361359
    362       MCalibrationBlindPix  &pix = (MCalibrationBlindPix&)(*blindcam)[i];
    363 
    364       FitBlindPixel(hist,pix);
     360      FitBlindPixel(hist, (MCalibrationBlindPix&)(*fCam)[i]);
    365361    }
    366362
Note: See TracChangeset for help on using the changeset viewer.