Ignore:
Timestamp:
04/11/07 14:35:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

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

    r8210 r8395  
    349349
    350350  if (fCalibrate)
    351     fCalibrate->UpdateConversionFactors(fUpdateWithFFactorMethod ? NULL
    352                                         : (MCalibrationChargeCam*)fIntensCharge->GetCam() );
     351    return fCalibrate->UpdateConversionFactors(fUpdateWithFFactorMethod ? NULL
     352                                               : (MCalibrationChargeCam*)fIntensCharge->GetCam() );
    353353
    354354  return kTRUE;
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc

    r8337 r8395  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.64 2007-02-28 13:29:52 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.65 2007-04-11 13:35:13 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    732732      } /*     for (Int_t pixidx=0; pixidx<fGeomCam->GetNumPixels(); pixidx++) */
    733733
     734    if (fIntensConst)
     735        fIntensConst->SetReadyToSave();
     736    else
     737        fCalibConstCam->SetReadyToSave();
     738
    734739    if (skip>fGeomCam->GetNumPixels()*0.9)
    735740    {
Note: See TracChangeset for help on using the changeset viewer.