Ignore:
Timestamp:
10/23/06 14:34:52 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r7804 r8148  
    12601260  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
    12611261    {
    1262       *fLog << warn << GetDescriptor()
    1263             << ": Only over- or underflow in hi-gain pixel: " << pix.GetPixId() << endl;
     1262      *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId()
     1263            << ": Only over- or underflow in hi-gain." << endl;
    12641264      return;
    12651265    } 
     
    13521352  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
    13531353    {
    1354       *fLog << warn << GetDescriptor()
    1355             << ": Only over- or underflow in lo-gain pixel: " << pix.GetPixId() << endl;
     1354      *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId()
     1355            << ": Only over- or underflow in lo-gain." << endl;
    13561356      return;
    13571357    } 
Note: See TracChangeset for help on using the changeset viewer.