Changeset 5239 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
10/12/04 12:58:05 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5236 r5239  
    3131       extractor deriving from MExtractTimeAndCharge, like e.g. the
    3232       digital filter.
     33
     34   * mhcalib/MHCalibrationCam.cc
     35     - fixed a bug in the binning of the low-gain events, affected
     36       the relative times in case of high-gain saturation.
    3337
    3438
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r5137 r5239  
    780780        fLoGainArray->AddAt(new MHCalibrationPix(Form("%s%s",fHistName.Data(),"LoGainPix"),
    781781                                                 Form("%s%s",fHistTitle.Data()," Low Gain Pixel")),i);
    782 
    783           MHCalibrationPix &pix = (*this)[i];         
    784           pix.SetNbins(fNbins);
    785           pix.SetFirst(fFirst);
    786           pix.SetLast (fLast);
    787 
    788           MBadPixelsPix &bad = fIntensBad ? (*fIntensBad)[i] : (*fBadPixels)[i];
    789           InitHists(pix,bad,i);
     782       
     783        MHCalibrationPix &pix = (*this)(i);         
     784        pix.SetNbins(fNbins);
     785        pix.SetFirst(fFirst);
     786        pix.SetLast (fLast);
     787       
     788        MBadPixelsPix &bad = fIntensBad ? (*fIntensBad)[i] : (*fBadPixels)[i];
     789        InitHists(pix,bad,i);
    790790      }
    791791  }
Note: See TracChangeset for help on using the changeset viewer.