Changeset 4285 for trunk/MagicSoft/Mars
- Timestamp:
- 06/11/04 10:50:01 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4283 r4285 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 22 2004/06/11: Markus Gaug 23 24 * mjobs/MJCalibration.cc 25 - put run 27474 in list of unavailable runs (see runbook) 20 26 21 27 -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4268 r4285 690 690 // a colour, but which have been found out by other means 691 691 // 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 692 706 if (filenames.Contains("_26924_")) 693 707 if (fColor == MCalibrationCam::kNONE)
Note:
See TracChangeset
for help on using the changeset viewer.