Changeset 8544 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 06/11/07 16:36:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r8490 r8544 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.18 0 2007-05-11 10:25:44 tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.181 2007-06-11 15:35:14 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 750 750 } 751 751 752 if (res==0) 753 { 754 *fLog << warn << "Pixel " << setw(4) << i << ": Abs-time rms==0." << endl; 755 (*fBadPixels)[i].SetUncalibrated(MBadPixelsPix::kDeviatingTimeResolution); 756 continue; 757 } 758 752 759 // Now compare to a lower and upper limit 753 760 if (res<=lolim || res>=hilim)
Note:
See TracChangeset
for help on using the changeset viewer.