Ignore:
Timestamp:
03/07/04 17:56:39 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3423 r3429  
    330330      return kFALSE;
    331331    }
    332  
     332
    333333  fCam->SetGeomCam(fGeom);
     334  fCam->SetBadPixelsCam(fBadPixels);
    334335
    335336  fNumHiGainSamples  =  fSignals->GetNumUsedHiGainFADCSlices();
     
    438439      pix.CheckTimeValidity(&bad);
    439440     
    440       if (!bad.IsCalibrationOK())
     441      if (!bad.IsCalibrationResultOK())
    441442        continue;
    442443
Note: See TracChangeset for help on using the changeset viewer.