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

Legend:

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

    r5693 r5757  
    416416              *fLog << "This run has been taken with the continuous light source." << endl;
    417417              *fLog << "It cannot be used for calibration. Try to run a pedestal extraction on it." << endl;
    418               fPattern = 0;
    419               fIsValid = kTRUE;
    420               return kTRUE;
     418              return kFALSE;
    421419          }
    422420  }
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5701 r5757  
    568568      if (fPulserColor != MCalibrationCam::kNONE)
    569569        {
    570           *fLog << err << "Multiple colours used simultaneously in calibration file. Will reset histograms "
     570          *fLog << warn << "Multiple colours used simultaneously in calibration file. Will reset histograms "
    571571                << " and merge the MCalibrationQECam!" << endl;
    572572          fHCam->Finalize();
Note: See TracChangeset for help on using the changeset viewer.