Changeset 5758 for trunk/MagicSoft


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5757 r5758  
    2626     - return kFALSE for CL-run instead of kTRUE
    2727
     28   * mcalib/MCalibrationChargeCalc.cc
     29     - stop program in case that multiple colours are found in same file
     30       without intensity calibration
    2831
    2932 2005/01/10 Wolfgang Wittek
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5757 r5758  
    568568      if (fPulserColor != MCalibrationCam::kNONE)
    569569        {
    570           *fLog << warn << "Multiple colours used simultaneously in calibration file. Will reset histograms "
    571                 << " and merge the MCalibrationQECam!" << endl;
     570          *fLog << err << "Multiple colours used simultaneously in calibration file.";
     571          *fLog << "Use Intenstiy Calibration for this case! " << endl;
     572          return kFALSE;
     573          /*         
    572574          fHCam->Finalize();
    573575          fHBlindCam->Finalize();
     
    575577          fHBlindCam->ResetHists();
    576578          Finalize();
     579          */
    577580        }
    578581    }
Note: See TracChangeset for help on using the changeset viewer.