Ignore:
Timestamp:
01/11/07 14:15:24 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8203 r8243  
    12591259  if (hist.IsEmpty())
    12601260  {
    1261       *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram empty." << endl;
     1261      *fLog << warn << "Pixel  " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram empty." << endl;
    12621262      return;
    12631263  }
    12641264  if (hist.IsOnlyOverflow())
    12651265  {
    1266       *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram contains only overflows." << endl;
     1266      *fLog << warn << "Pixel  " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram contains only overflows." << endl;
    12671267      return;
    12681268  }
    12691269  if (hist.IsOnlyUnderflow())
    12701270  {
    1271       *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram contains only underflows." << endl;
     1271      *fLog << warn << "Pixel  " << setw(4) << pix.GetPixId() << ": Hi-Gain histogram contains only underflows." << endl;
    12721272      return;
    12731273  }
     
    13661366  if (hist.IsOnlyOverflow())
    13671367  {
    1368       *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() << ": Lo-Gain histogram contains only overflows." << endl;
     1368      *fLog << warn << "Pixel  " << setw(4) << pix.GetPixId() << ": Lo-Gain histogram contains only overflows." << endl;
    13691369      return;
    13701370  }
    13711371  if (hist.IsOnlyUnderflow())
    13721372  {
    1373       *fLog << warn << "Pixel   " << setw(4) << pix.GetPixId() << ": Lo-Gain histogram contains only underflows." << endl;
     1373      *fLog << warn << "Pixel  " << setw(4) << pix.GetPixId() << ": Lo-Gain histogram contains only underflows." << endl;
    13741374      return;
    13751375  }
Note: See TracChangeset for help on using the changeset viewer.