Ignore:
Timestamp:
08/16/06 16:11:32 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc

    r7126 r7876  
    332332
    333333  const MArrivalTimePix &refpix = (*arrtime)[fReferencePixel];
    334   const Float_t reftime = refpix.IsLoGainUsed()
     334  const Float_t reftime = refpix.IsHiGainSaturated()
    335335     ? refpix.GetArrivalTimeLoGain() : refpix.GetArrivalTimeHiGain();
    336336
     
    347347      const Int_t sector = (*fGeom)[i].GetSector();
    348348
    349       if (pix.IsLoGainUsed() && IsLoGain())
     349      if (pix.IsHiGainSaturated() && IsLoGain())
    350350        {
    351351          const Float_t time = pix.GetArrivalTimeLoGain();
Note: See TracChangeset for help on using the changeset viewer.