Changeset 6074 for trunk/MagicSoft


Ignore:
Timestamp:
01/28/05 10:46:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6073 r6074  
    4545     - new classes to allow display of changing cal. constants with the
    4646       interlaced cal. events
     47
     48   * mcalib/MCalibrationChargeCalc.cc
     49     - removed stopping of PostProcess in case that the evtloop is
     50       finished with interlaced cal. events
    4751
    4852
  • 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.