Changeset 8306 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 02/04/07 17:38:05 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r8304 r8306 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.5 0 2007-02-04 15:29:09tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationChargeCam.cc,v 1.51 2007-02-04 17:37:13 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 1154 1154 { 1155 1155 *fLog << warn << hist.GetName() << ": Mean Arr.Time: " 1156 << Form("%4.1f < %4.1f, (%3.1f + %3.1 )", mean, lowerlimit, fTimeLowerLimit, first) << endl;1156 << Form("%4.1f < %4.1f, (%3.1f + %3.1f)", mean, lowerlimit, fTimeLowerLimit, first) << endl; 1157 1157 bad.SetUncalibrated(MBadPixelsPix::kMeanTimeInFirstBin); 1158 1158 } … … 1161 1161 { 1162 1162 *fLog << warn << hist.GetName() << ": Mean Arr.Time: " 1163 << Form("%4.1f > %4.1f, (%3.1f - %3.1 )", mean, upperlimit, fTimeUpperLimit, last) << endl;1163 << Form("%4.1f > %4.1f, (%3.1f - %3.1f)", mean, upperlimit, fTimeUpperLimit, last) << endl; 1164 1164 bad.SetUncalibrated(MBadPixelsPix::kMeanTimeInLast2Bins); 1165 1165 }
Note:
See TracChangeset
for help on using the changeset viewer.