Changeset 5949 for trunk/MagicSoft


Ignore:
Timestamp:
01/23/05 16:50:53 (20 years ago)
Author:
mazin
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5864 r5949  
    980980// -------------------------------------------------------------
    981981//
    982 // If MBadPixelsPix::IsBad():
     982// If MBadPixelsPix::IsUnsuitable(MBadPixelsPix::kUnsuitableRun):
    983983// - calls MHCalibrationPix::SetExcluded()
    984984//
     
    11981198
    11991199  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
    1200     return;
    1201  
     1200    {
     1201      *fLog << err << GetDescriptor()
     1202            << ": Only overflow or underflow in high-gain pixel: " << pix.GetPixId() << endl;
     1203      return;
     1204    } 
    12021205  //
    12031206  // 2) Fit the Hi Gain histograms with a Gaussian
     
    12791282
    12801283  if (hist.IsEmpty() || hist.IsOnlyOverflow() || hist.IsOnlyUnderflow())
     1284    {
     1285      *fLog << err << GetDescriptor()
     1286            << ": Only overflow or underflow in low-gain pixel: " << pix.GetPixId() << endl;
    12811287      return;
    1282  
    1283 
     1288    } 
    12841289  //
    12851290  // 2) Fit the Hi Gain histograms with a Gaussian
Note: See TracChangeset for help on using the changeset viewer.