Changeset 12283


Ignore:
Timestamp:
10/26/11 23:01:48 (13 years ago)
Author:
tbretz
Message:
Display N/4 logic threshold
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/FactGui.h

    r12273 r12283  
    19921992            const int ihw = fPatchMapHW[isw];
    19931993            fPatchRate->setValue(sdata.fPatchRate[ihw]);
     1994            fBoardRate->setValue(sdata.fBoardRate[ihw/4]);
    19941995        }
    19951996
     
    22682269        fEnableClockCond->setChecked(sdata.HasClockConditioner());
    22692270
     2271        uint16_t multiplicity = sdata.fMultiplicity[0];
     2272
    22702273        for (int i=0; i<40; i++)
    22712274        {
     
    22782281            }
    22792282            fFtuLED[i]->setChecked(false);
     2283
     2284            if (sdata.fMultiplicity[i]!=multiplicity)
     2285                multiplicity = -1;
     2286
    22802287        }
    22812288        SetFtuStatusLed(d.time);
     2289
     2290        fNoutof4Val->setValue(multiplicity);
    22822291
    22832292        for (vector<PixelMapEntry>::const_iterator it=fPixelMap.begin(); it!=fPixelMap.end(); it++)
     
    33393348        fThresholdVal->setValue(fFtmStaticData.fThreshold[ihw]);
    33403349        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]);
    33413353
    33423354        // Loop over the software idx of all pixels
Note: See TracChangeset for help on using the changeset viewer.