Changeset 11545 for trunk/FACT++/src/EventBuilderWrapper.h
- Timestamp:
- 07/22/11 23:01:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/EventBuilderWrapper.h
r11542 r11545 840 840 fDimPrescaler ("FAD_CONTROL/PRESCALER", "S:42", ""), 841 841 fDimRefClock ("FAD_CONTROL/REFERENCE_CLOCK", "I:42", ""), 842 fDimStatistics1 ("FAD_CONTROL/STATISTICS1", "I:3;I: 2;X:4;I:3;I:3;I:40;I:1;I:2;C:40;I:40;I:40;X:40", ""),842 fDimStatistics1 ("FAD_CONTROL/STATISTICS1", "I:3;I:5;X:4;I:3;I:3;I:40;I:1;I:2;C:40;I:40;I:40;X:40", ""), 843 843 fDimStatistics2 ("FAD_CONTROL/STATISTICS2", "I:1;I:280;X:40;I:40;I:4;I:4;I:2;I:2;I:3;C:40", ""), 844 844 fDebugStream(false), fDebugRead(false), fDebugLog(false) … … 1707 1707 if (old.fStatus != h.fStatus || changed) 1708 1708 { 1709 cout << "Send" << endl;1710 1709 const array<uint16_t,42> sts = CompareBits(&h, &h.fStatus); 1711 1710 Update(fDimStatus, sts);
Note:
See TracChangeset
for help on using the changeset viewer.