Changeset 8192 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 11/01/06 15:48:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc
r8142 r8192 362 362 if (numareavalid[aidx] < 20) 363 363 { 364 *fLog << warn << GetDescriptor() << ": Less than 20 pixels with valid time resolution found " 365 << "in area index: " << aidx << endl; 364 *fLog << warn << "Area " << setw(4) << aidx << ": Less than 20 pixels with valid time resolution found." << endl; 366 365 continue; 367 366 } … … 397 396 if ( res < lowlim[aidx] || res > upplim[aidx] ) 398 397 { 399 *fLog << warn << "Deviating time resolution: "400 << Form("%4.2f",res) << " out of range ["401 << Form("%4.2f,%4.2f",lowlim[aidx],upplim[aidx]) << "] in pixel " << i<< endl;398 *fLog << warn << "Pixel " << setw(4) << i << ": Deviating time resolution: " 399 << Form("%4.2f",res) << " out of range [" 400 << Form("%4.2f,%4.2f",lowlim[aidx],upplim[aidx]) << "]" << endl; 402 401 bad.SetUncalibrated( MBadPixelsPix::kDeviatingTimeResolution); 403 402 pix.SetExcluded();
Note:
See TracChangeset
for help on using the changeset viewer.