Changeset 5682


Ignore:
Timestamp:
12/22/04 21:23:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5679 r5682  
    819819  PrintUncalibrated(MBadPixelsPix::kLoGainOverFlow,   
    820820                    "Pixels with Low Gain Overflow :                   ");
    821   PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes,   
    822                     "Pixels with deviating number of phes:             ");
    823   PrintUncalibrated(MBadPixelsPix::kDeviatingFFactor,   
    824                     "Pixels with deviating F-Factor:                   ");
    825821
    826822  *fLog << inf << endl;
     
    837833  PrintUncalibrated(MBadPixelsPix::kLoGainNotFitted,     
    838834                    "Pixels with unsuccesful Gauss fit to the Lo Gain: ");
     835  PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes,   
     836                    "Pixels with deviating number of phes:             ");
     837  PrintUncalibrated(MBadPixelsPix::kDeviatingFFactor,   
     838                    "Pixels with deviating F-Factor:                   ");
    839839
    840840  if (!fOutputFile.IsNull())
     
    17641764          bad.SetUncalibrated( MBadPixelsPix::kDeviatingFFactor );
    17651765          if (IsCheckDeviatingBehavior())
    1766             bad.SetUnsuitable  ( MBadPixelsPix::kUnsuitableRun    );
     1766            bad.SetUnsuitable  ( MBadPixelsPix::kUnreliableRun    );
    17671767        }
    17681768    }
Note: See TracChangeset for help on using the changeset viewer.