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

Legend:

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

    r7829 r7843  
    133133        (*fArrivalTime)[idx].SetArrivalTime(signal-offset);
    134134        (*fArrivalTime)[idx].SetLoGainUsed(sig.IsLoGainUsed());
     135
     136        // FIXME: This is just a workaround to set pixels to bad for which
     137        // the extraction of hi- and lo-gain failed, should be moved to
     138        // the extraction
     139        if (!sig.IsLoGainValid() && !sig.IsHiGainValid())
     140            (*fBadPixels)[idx].SetUnsuitable(MBadPixelsPix::kUnsuitableEvt);
    135141    }
    136142
Note: See TracChangeset for help on using the changeset viewer.