Changeset 5758 for trunk/MagicSoft
- Timestamp:
- 01/10/05 10:15:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5757 r5758 26 26 - return kFALSE for CL-run instead of kTRUE 27 27 28 * mcalib/MCalibrationChargeCalc.cc 29 - stop program in case that multiple colours are found in same file 30 without intensity calibration 28 31 29 32 2005/01/10 Wolfgang Wittek -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5757 r5758 568 568 if (fPulserColor != MCalibrationCam::kNONE) 569 569 { 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 /* 572 574 fHCam->Finalize(); 573 575 fHBlindCam->Finalize(); … … 575 577 fHBlindCam->ResetHists(); 576 578 Finalize(); 579 */ 577 580 } 578 581 }
Note:
See TracChangeset
for help on using the changeset viewer.