Ignore:
Timestamp:
01/10/05 10:15:24 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.