Changeset 11889


Ignore:
Timestamp:
08/11/11 21:04:43 (13 years ago)
Author:
tbretz
Message:
Removed some obsolete comment blocks.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/EventBuilderWrapper.h

    r11837 r11889  
    924924    {
    925925        fDimStatistics2.Update(stat);
    926         /*
    927          //some info about what happened since start of program (or last 'reset')
    928          uint32_t reset ;             //#if increased, reset all counters
    929          uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop
    930 
    931          uint64_t gotByte[NBOARDS] ;  //#Bytes read per Board
    932          uint32_t gotErr[NBOARDS] ;   //#Communication Errors per Board
    933          uint32_t evtGet;             //#new Start of Events read
    934          uint32_t evtTot;             //#complete Events read
    935          uint32_t evtErr;             //#Events with Errors
    936          uint32_t evtSkp;             //#Events incomplete (timeout)
    937 
    938          uint32_t procTot;            //#Events processed
    939          uint32_t procErr;            //#Events showed problem in processing
    940          uint32_t procTrg;            //#Events accepted by SW trigger
    941          uint32_t procSkp;            //#Events rejected by SW trigger
    942 
    943          uint32_t feedTot;            //#Events used for feedBack system
    944          uint32_t feedErr;            //#Events rejected by feedBack
    945 
    946          uint32_t wrtTot;             //#Events written to disk
    947          uint32_t wrtErr;             //#Events with write-error
    948 
    949          uint32_t runOpen;            //#Runs opened
    950          uint32_t runClose;           //#Runs closed
    951          uint32_t runErr;             //#Runs with open/close errors
    952 
    953 
    954          //info about current connection status
    955          uint8_t  numConn[NBOARDS] ;  //#Sockets succesfully open per board
    956          */
    957926    }
    958927
     
    960929    {
    961930        fDimStatistics1.Update(stat);
    962         /*
    963          //info about status of the main threads
    964          int32_t  readStat ;          //read thread
    965          int32_t  procStat ;          //processing thread(s)
    966          int32_t  writStat ;          //write thread
    967 
    968          //info about some rates
    969          int32_t  deltaT ;            //time in milli-seconds for rates
    970          int32_t  readEvt ;           //#events read
    971          int32_t  procEvt ;           //#events processed
    972          int32_t  writEvt ;           //#events written
    973          int32_t  skipEvt ;           //#events skipped
    974 
    975          //some info about current state of event buffer (snapspot)
    976          int32_t evtBuf;             //#Events currently waiting in Buffer
    977          uint64_t totMem;             //#Bytes available in Buffer
    978          uint64_t usdMem;             //#Bytes currently used
    979          uint64_t maxMem;             //max #Bytes used during past Second
    980          */
    981931    }
    982932
     
    12231173            fDimTemperature.Update(deg);
    12241174        }
    1225 
    1226         /*
    1227          uint16_t fTriggerType;
    1228          uint32_t fTriggerId;
    1229          uint32_t fEventCounter;
    1230          uint16_t fAdcClockPhaseShift;
    1231          uint16_t fNumTriggersToGenerate;
    1232          uint16_t fTriggerGeneratorPrescaler;
    1233          uint32_t fTimeStamp;
    1234          int16_t  fTempDrs[kNumTemp];   // In units of 1/16 deg(?)
    1235          uint16_t fDac[kNumDac];
    1236          */
    12371175    }
    12381176};
Note: See TracChangeset for help on using the changeset viewer.