Changeset 3455 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
- Timestamp:
- 03/10/04 16:50:25 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r3451 r3455 522 522 avouterpix->CalcFFactorMethod(); 523 523 524 // 525 // F-Factor calibration 526 // 527 if (fCam->CalcMeanFluxPhotonsFFactorMethod()) 528 { 529 fCam->ApplyFFactorCalibration(); 530 fCam->SetFFactorMethodValid(kTRUE); 531 } 532 else 533 { 534 *fLog << warn << "Could not calculate the flux of photo-electrons from the F-Factor method, " << endl; 535 fCam->SetFFactorMethodValid(kFALSE); 536 } 537 538 539 540 // 541 // Blind Pixel calibration 542 // 524 543 if (!fBlindPixel->CheckChargeFitValidity()) 525 544 { … … 543 562 } 544 563 564 // 565 // PIN Diode calibration 566 // 545 567 if (!fPINDiode->CheckChargeFitValidity() || !fPINDiode->CheckTimeFitValidity()) 546 568 {
Note:
See TracChangeset
for help on using the changeset viewer.