Ignore:
Timestamp:
03/10/04 16:50:25 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r3451 r3455  
    522522      avouterpix->CalcFFactorMethod();
    523523
     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  //
    524543  if (!fBlindPixel->CheckChargeFitValidity())
    525544  {
     
    543562  }
    544563
     564  //
     565  // PIN Diode calibration
     566  //
    545567  if (!fPINDiode->CheckChargeFitValidity() || !fPINDiode->CheckTimeFitValidity())
    546568  {
Note: See TracChangeset for help on using the changeset viewer.