Ignore:
Timestamp:
03/13/04 18:31:13 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3479 r3496  
    444444      if (!pix.CalcReducedSigma())
    445445        {
     446          *fLog << warn << GetDescriptor()
     447                << ": Could not calculate reduced sigmas of pixel: " << pix.GetPixId() << endl;
    446448          bad.SetUnsuitable(MBadPixelsPix::kUnsuitableRun);
    447449          continue;
     
    449451     
    450452      if (!pix.CalcFFactorMethod())
    451         bad.SetUnsuitable(MBadPixelsPix::kUnsuitableRun);
    452 
    453     }
    454  
    455 
    456 
     453        {
     454          *fLog << warn << GetDescriptor()
     455                << ": Could not calculate F-Factor of pixel: " << pix.GetPixId() << endl;
     456          bad.SetUnsuitable(MBadPixelsPix::kUnsuitableRun);
     457        }
     458    }
     459 
    457460  //
    458461  // The Michele check ...
Note: See TracChangeset for help on using the changeset viewer.