Ignore:
Timestamp:
07/22/11 23:01:26 (13 years ago)
Author:
tbretz
Message:
Added new maxEvt support.
File:
1 edited

Legend:

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

    r11542 r11545  
    840840        fDimPrescaler   ("FAD_CONTROL/PRESCALER",        "S:42", ""),
    841841        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", ""),
    843843        fDimStatistics2 ("FAD_CONTROL/STATISTICS2",      "I:1;I:280;X:40;I:40;I:4;I:4;I:2;I:2;I:3;C:40",  ""),
    844844        fDebugStream(false), fDebugRead(false), fDebugLog(false)
     
    17071707        if (old.fStatus != h.fStatus || changed)
    17081708        {
    1709             cout << "Send" << endl;
    17101709            const array<uint16_t,42> sts = CompareBits(&h, &h.fStatus);
    17111710            Update(fDimStatus, sts);
Note: See TracChangeset for help on using the changeset viewer.