Ignore:
Timestamp:
01/28/05 10:46:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r6060 r6074  
    789789
    790790      FinalizePedestals(ped,pix,aidx);
    791       FinalizeCharges(pix,
    792                       fIntensCam ? fIntensCam->GetAverageBadArea(aidx) : fCam->GetAverageBadArea(aidx),
    793                       "area id");
     791      FinalizeCharges(pix, chargecam->GetAverageBadArea(aidx),"area id");
    794792    }
    795793 
     
    821819      *fLog << warn << "Could not calculate the photons flux from the F-Factor method " << endl;
    822820      chargecam->SetFFactorMethodValid(kFALSE);
    823       return kFALSE;
     821      if (!fIntensCam)
     822        return kFALSE;
    824823    }
    825824
Note: See TracChangeset for help on using the changeset viewer.