Changeset 18266 for trunk/FACT++/src
- Timestamp:
- 07/06/15 11:06:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r17540 r18266 286 286 "|relBytes[int]:Relative number of total bytes received (received - released)"), 287 287 fDimFileFormat("FAD_CONTROL/FILE_FORMAT", "S:1", "|format[int]:Current file format"), 288 fDimIncomplete("FAD_CONTROL/INCOMPLETE", "X:1", "|incomplete[bits]: One bit per board"),288 fDimIncomplete("FAD_CONTROL/INCOMPLETE", "X:1", "|incomplete[bits]:bit_index=c*10+b. board b(0..3) in crate c(0..9)"), 289 289 // It is important to instantiate them after the DimServices 290 290 fQueueStatistics1(std::bind(&EventBuilderWrapper::UpdateDimStatistics1, this, placeholders::_1)),
Note:
See TracChangeset
for help on using the changeset viewer.