Changeset 5877 for trunk/MagicSoft
- Timestamp:
- 01/17/05 18:24:48 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5876 r5877 75 75 * callisto.rc 76 76 - fixed default weights files for pedestal extraction for cosmcis 77 78 * mcalib/MCalibrationChargeCalc.cc 79 - removed program exit on occurrance of multiple colours without 80 intensity calibration 81 77 82 78 83 2005/01/17 Nadia Tonello and Markus Gaug -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r5852 r5877 605 605 if (fPulserColor != MCalibrationCam::kNONE) 606 606 { 607 *fLog << err << "Multiple colours used simultaneously in calibration file."; 608 *fLog << "Use Intenstiy Calibration for this case! " << endl; 609 return kFALSE; 610 /* 607 *fLog << warn << GetDescriptor() 608 << "Multiple colours used simultaneously!" ; 611 609 fHCam->Finalize(); 612 610 fHBlindCam->Finalize(); 611 612 Finalize(); 613 613 614 fHCam->ResetHists(); 614 615 fHBlindCam->ResetHists(); 615 Finalize(); 616 */ 616 617 *fLog << inf << "Starting next calibration... " << flush; 618 619 fHCam->SetColor(col); 620 fHBlindCam->SetColor(col); 621 622 fCam->SetPulserColor(col); 623 if (fBlindCam) 624 fBlindCam->SetPulserColor(col); 617 625 } 618 626 } … … 633 641 *fLog << inf << " with strength: " << fEvtHeader->GetPulserStrength() << endl; 634 642 643 fHCam->SetColor(col); 644 fHBlindCam->SetColor(col); 645 635 646 if (fPINDiode) 636 647 fPINDiode->SetColor( fPulserColor );
Note:
See TracChangeset
for help on using the changeset viewer.