Changeset 6341


Ignore:
Timestamp:
02/10/05 10:38:05 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6339 r6341  
    3232   * mmain/MEventDisplay.cc
    3333     - replaced MCalibrate by MCalibrateData
     34
     35   * mhcalib/MHCalibrationCam.cc
     36     - replaced warning about empty histogram from red (err) by
     37       yellow (warn).
    3438
    3539
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc

    r6295 r6341  
    12021202  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
    12031203    {
    1204       *fLog << err << GetDescriptor()
     1204      *fLog << warn << GetDescriptor()
    12051205            << ": Only overflow or underflow in high-gain pixel: " << pix.GetPixId() << endl;
    12061206      return;
Note: See TracChangeset for help on using the changeset viewer.