Changeset 11889
- Timestamp:
- 08/11/11 21:04:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11837 r11889 924 924 { 925 925 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 counters929 uint32_t numRead[MAX_SOCK] ; //how often succesfull read from N sockets per loop930 931 uint64_t gotByte[NBOARDS] ; //#Bytes read per Board932 uint32_t gotErr[NBOARDS] ; //#Communication Errors per Board933 uint32_t evtGet; //#new Start of Events read934 uint32_t evtTot; //#complete Events read935 uint32_t evtErr; //#Events with Errors936 uint32_t evtSkp; //#Events incomplete (timeout)937 938 uint32_t procTot; //#Events processed939 uint32_t procErr; //#Events showed problem in processing940 uint32_t procTrg; //#Events accepted by SW trigger941 uint32_t procSkp; //#Events rejected by SW trigger942 943 uint32_t feedTot; //#Events used for feedBack system944 uint32_t feedErr; //#Events rejected by feedBack945 946 uint32_t wrtTot; //#Events written to disk947 uint32_t wrtErr; //#Events with write-error948 949 uint32_t runOpen; //#Runs opened950 uint32_t runClose; //#Runs closed951 uint32_t runErr; //#Runs with open/close errors952 953 954 //info about current connection status955 uint8_t numConn[NBOARDS] ; //#Sockets succesfully open per board956 */957 926 } 958 927 … … 960 929 { 961 930 fDimStatistics1.Update(stat); 962 /*963 //info about status of the main threads964 int32_t readStat ; //read thread965 int32_t procStat ; //processing thread(s)966 int32_t writStat ; //write thread967 968 //info about some rates969 int32_t deltaT ; //time in milli-seconds for rates970 int32_t readEvt ; //#events read971 int32_t procEvt ; //#events processed972 int32_t writEvt ; //#events written973 int32_t skipEvt ; //#events skipped974 975 //some info about current state of event buffer (snapspot)976 int32_t evtBuf; //#Events currently waiting in Buffer977 uint64_t totMem; //#Bytes available in Buffer978 uint64_t usdMem; //#Bytes currently used979 uint64_t maxMem; //max #Bytes used during past Second980 */981 931 } 982 932 … … 1223 1173 fDimTemperature.Update(deg); 1224 1174 } 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 */1237 1175 } 1238 1176 };
Note:
See TracChangeset
for help on using the changeset viewer.