Changeset 8395 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/11/07 14:35:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibCalcFromPast.cc
r8210 r8395 349 349 350 350 if (fCalibrate) 351 fCalibrate->UpdateConversionFactors(fUpdateWithFFactorMethod ? NULL352 : (MCalibrationChargeCam*)fIntensCharge->GetCam() );351 return fCalibrate->UpdateConversionFactors(fUpdateWithFFactorMethod ? NULL 352 : (MCalibrationChargeCam*)fIntensCharge->GetCam() ); 353 353 354 354 return kTRUE; -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r8337 r8395 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.6 4 2007-02-28 13:29:52tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.65 2007-04-11 13:35:13 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 732 732 } /* for (Int_t pixidx=0; pixidx<fGeomCam->GetNumPixels(); pixidx++) */ 733 733 734 if (fIntensConst) 735 fIntensConst->SetReadyToSave(); 736 else 737 fCalibConstCam->SetReadyToSave(); 738 734 739 if (skip>fGeomCam->GetNumPixels()*0.9) 735 740 {
Note:
See TracChangeset
for help on using the changeset viewer.