Changeset 7843 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/04/06 10:09:16 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateRelTimes.cc
r7829 r7843 133 133 (*fArrivalTime)[idx].SetArrivalTime(signal-offset); 134 134 (*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); 135 141 } 136 142
Note:
See TracChangeset
for help on using the changeset viewer.