Changeset 3030
- Timestamp:
- 02/05/04 17:30:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3029 r3030 22 22 - Hi-LO Graph not filled any more after overflow of ChargevsN 23 23 - fill the blind pixel differently from the rest of pixels 24 25 * mcalib/MCalibrate.cc: 26 - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix 24 27 25 28 -
trunk/MagicSoft/Mars/mcalib/MCalibrationBlindPix.cc
r2996 r3030 86 86 } 87 87 88 Bool_t MCalibrationBlindPix::IsFitOK() const 89 { 90 return fHist->IsFitOK(); 91 } 92 93 Bool_t MCalibrationBlindPix::FillCharge(const Float_t q) 94 { 95 return fHist->FillBlindPixelCharge(q); 96 } 97 98 Bool_t MCalibrationBlindPix::FillTime(const Float_t t) 99 { 100 return fHist->FillBlindPixelTime(t); 101 } 102 103 Bool_t MCalibrationBlindPix::FillRChargevsTime(const Float_t rq, const Int_t t) 104 { 105 return fHist->FillBlindPixelChargevsN(rq,t); 106 } 107 88 108 Bool_t MCalibrationBlindPix::FitCharge() 89 109 {
Note:
See TracChangeset
for help on using the changeset viewer.