- Timestamp:
- 01/10/05 10:10:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5756 r5757 20 20 21 21 -*-*- END OF LINE -*-*- 22 23 2005/01/10 Markus Gaug 24 25 * mcalib/MCalibColorSet.cc 26 - return kFALSE for CL-run instead of kTRUE 27 22 28 23 29 2005/01/10 Wolfgang Wittek -
trunk/MagicSoft/Mars/mcalib/MCalibColorSet.cc
r5693 r5757 416 416 *fLog << "This run has been taken with the continuous light source." << endl; 417 417 *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; 421 419 } 422 420 } -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5701 r5757 568 568 if (fPulserColor != MCalibrationCam::kNONE) 569 569 { 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 " 571 571 << " and merge the MCalibrationQECam!" << endl; 572 572 fHCam->Finalize();
Note:
See TracChangeset
for help on using the changeset viewer.