Changeset 5757 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/10/05 10:10:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.