- Timestamp:
- 09/02/11 16:01:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r11955 r11959 2533 2533 2534 2534 fBiasCamA->SetEnable(i, uint16_t(ptr[entry.hv()])!=0x8000); 2535 //fBiasCamA->highlightPixel(i, ptr[entry.hv()]<0);2535 fBiasCamA->highlightPixel(i, ptr[entry.hv()]<0); 2536 2536 } 2537 2537 … … 3416 3416 dat[i] = fVecBiasVolt[entry.hv()+offset]*90./4096; 3417 3417 3418 // FIXME: Highglight HV patch instead! 3419 //fBiasCamV->highlightPixel(i, fVecBiasVolt[entry.hv()]==fVecBiasVolt[entry.hv()+416]); 3418 fBiasCamV->highlightPixel(i, fVecBiasVolt[entry.hv()]==fVecBiasVolt[entry.hv()+416]); 3420 3419 } 3421 3420
Note:
See TracChangeset
for help on using the changeset viewer.