Changeset 15442 for trunk/FACT++/gui


Ignore:
Timestamp:
04/25/13 22:24:13 (12 years ago)
Author:
tbretz
Message:
Adapted to changed in EventBuilder structure
File:
1 edited

Legend:

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

    r15271 r15442  
    15761576
    15771577        int cnt = 0;
    1578         int err = 0;
    15791578
    15801579        for (int i=0; i<40; i++)
     
    15861585
    15871586            sum += stat.rateBytes[i];
    1588             err += stat.errConn[i];
    15891587
    15901588            //if (stat.rateBytes[i]<min)
     
    15951593
    15961594        fFadEvtConn->setValue(cnt);
    1597         fFadEvtConnErr->setValue(err);
    15981595
    15991596        fFadEvtBufNew->setValue(stat.bufNew);  // Incomplete in buffer
Note: See TracChangeset for help on using the changeset viewer.