Changeset 15281
- Timestamp:
- 04/08/13 14:27:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r15192 r15281 104 104 DimDescribedService fDimStatistics2; 105 105 DimDescribedService fDimFileFormat; 106 DimDescribedService fDimIncomplete; 106 107 107 108 bool fDebugStream; … … 258 259 "|runStat[int]:number of run opened, closed, with open or close errors" 259 260 "|numConn[int]:number of sockets successfully opened per board"), 260 fDimFileFormat ("FAD_CONTROL/FILE_FORMAT", "S:1", ""), 261 fDimFileFormat("FAD_CONTROL/FILE_FORMAT", "S:1", "format[int]:Current file format"), 262 fDimIncomplete("FAD_CONTROL/INCOMPLETE", "X:1", "incomplete[bits]:One bit per board"), 261 263 fDebugStream(false), fDebugRead(false), fDebugLog(false), fNightAsInt(0) 262 264 { … … 1215 1217 } 1216 1218 1219 void factReportIncomplete(uint64_t rep) 1220 { 1221 fDimIncomplete.Update(rep); 1222 } 1217 1223 1218 1224 array<FAD::EventHeader, 40> fVecHeader; … … 1526 1532 } 1527 1533 1534 void factReportIncomplete (uint64_t rep) 1535 { 1536 EventBuilderWrapper::This->factReportIncomplete(rep); 1537 } 1538 1528 1539 // ------ 1529 1540
Note:
See TracChangeset
for help on using the changeset viewer.