Changeset 3191


Ignore:
Timestamp:
02/16/04 13:54:53 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3189 r3191  
    934934  if (fProb < gkProbLimit)
    935935    {
    936       *fLog << err << "ERROR: Fit Probability " << fProb
     936      *fLog << warn << "WARNING - Fit Probability " << fProb
    937937            << " is smaller than the allowed value: " << gkProbLimit << endl;
    938938      CLRBIT(fFlags,kFitOK);
     
    944944  if (contSinglePhe < 50.)
    945945    {
    946       *fLog << err << "ERROR: Statistics is too low: Only " << contSinglePhe
     946      *fLog << warn << "WARNING - Statistics is too low: Only " << contSinglePhe
    947947            << " in the Single Photo-Electron peak " << endl;
    948948      CLRBIT(fFlags,kFitOK);     
Note: See TracChangeset for help on using the changeset viewer.