Ignore:
Timestamp:
06/11/04 10:50:01 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r4268 r4285  
    690690      // a colour, but which have been found out by other means
    691691      //
     692      if (filenames.Contains("_27474_"))
     693        if (fColor == MCalibrationCam::kNONE)
     694          {
     695            *fLog << "Sorry, run 27474 was taken with CLOSED LIDS. It should not be used! "
     696                  << "Selected runs were: " << filenames << endl;
     697            fColor = MCalibrationCam::kNONE;
     698            return kFALSE;
     699          }
     700        else if (fColor != MCalibrationCam::kNONE)
     701          {
     702            *fLog << err << "Different colour found in " << filenames << "... abort" << endl;
     703            return kFALSE;
     704          }
     705
    692706      if (filenames.Contains("_26924_"))
    693707        if (fColor == MCalibrationCam::kNONE)
Note: See TracChangeset for help on using the changeset viewer.