Changeset 5239
- Timestamp:
- 10/12/04 12:58:05 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5236 r5239 31 31 extractor deriving from MExtractTimeAndCharge, like e.g. the 32 32 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. 33 37 34 38 -
trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
r5137 r5239 780 780 fLoGainArray->AddAt(new MHCalibrationPix(Form("%s%s",fHistName.Data(),"LoGainPix"), 781 781 Form("%s%s",fHistTitle.Data()," Low Gain Pixel")),i); 782 783 MHCalibrationPix &pix = (*this)[i];784 785 786 787 788 789 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); 790 790 } 791 791 }
Note:
See TracChangeset
for help on using the changeset viewer.