Ignore:
Timestamp:
11/01/06 15:48:31 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r8142 r8192  
    362362      if (numareavalid[aidx] < 20)
    363363        {
    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;
    366365          continue;
    367366        }
     
    397396      if ( res < lowlim[aidx] || res > upplim[aidx] )
    398397        {
    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;
    402401          bad.SetUncalibrated( MBadPixelsPix::kDeviatingTimeResolution);
    403402          pix.SetExcluded();
Note: See TracChangeset for help on using the changeset viewer.