- Timestamp:
- 10/27/11 00:11:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r12283 r12289 1942 1942 // ===================== FTM ============================================ 1943 1943 1944 FTM::DimTriggerRates fTriggerRates; 1945 1944 1946 void UpdateTriggerRate(const FTM::DimTriggerRates &sdata) 1945 1947 { … … 2085 2087 UpdateRatesGraphs(sdata); 2086 2088 UpdateRatesCam(sdata); 2089 2090 fTriggerRates = sdata; 2087 2091 } 2088 2092 … … 3347 3351 3348 3352 fThresholdVal->setValue(fFtmStaticData.fThreshold[ihw]); 3349 fPatchRate->setValue(cam.GetData(isw)); 3350 3351 // Fix me... there is no update in case of pixel index change 3352 //fBoardRate->setValue(sdata.fBoardRate[ihw/36]); 3353 fPatchRate->setValue(fTriggerRates.fPatchRate[ihw]); 3354 fBoardRate->setValue(fTriggerRates.fBoardRate[ihw/4]); 3353 3355 3354 3356 // Loop over the software idx of all pixels
Note:
See TracChangeset
for help on using the changeset viewer.