- Timestamp:
- 10/26/11 23:01:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/FactGui.h
r12273 r12283 1992 1992 const int ihw = fPatchMapHW[isw]; 1993 1993 fPatchRate->setValue(sdata.fPatchRate[ihw]); 1994 fBoardRate->setValue(sdata.fBoardRate[ihw/4]); 1994 1995 } 1995 1996 … … 2268 2269 fEnableClockCond->setChecked(sdata.HasClockConditioner()); 2269 2270 2271 uint16_t multiplicity = sdata.fMultiplicity[0]; 2272 2270 2273 for (int i=0; i<40; i++) 2271 2274 { … … 2278 2281 } 2279 2282 fFtuLED[i]->setChecked(false); 2283 2284 if (sdata.fMultiplicity[i]!=multiplicity) 2285 multiplicity = -1; 2286 2280 2287 } 2281 2288 SetFtuStatusLed(d.time); 2289 2290 fNoutof4Val->setValue(multiplicity); 2282 2291 2283 2292 for (vector<PixelMapEntry>::const_iterator it=fPixelMap.begin(); it!=fPixelMap.end(); it++) … … 3339 3348 fThresholdVal->setValue(fFtmStaticData.fThreshold[ihw]); 3340 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]); 3341 3353 3342 3354 // Loop over the software idx of all pixels
Note:
See TracChangeset
for help on using the changeset viewer.