Ignore:
Timestamp:
08/02/11 20:34:25 (13 years ago)
Author:
tbretz
Message:
Added Errors in EVENT header.
File:
1 edited

Legend:

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

    r11729 r11750  
    122122
    123123  uint32_t NumBoards ;      // number of active boards included
    124   uint32_t Errors   ;       // indicator for mismatches
     124  uint8_t  Errors[4] ;      // indicator for mismatches
    125125
    126126  uint32_t SoftTrig ;       // SoftTrigger Info (TBD)
     
    222222  uint32_t pcTime ;
    223223  int32_t  evtLen ;
    224   int32_t  Errors ;
     224  uint8_t  Errors[4] ;
    225225  EVENT   *fEvent ;
    226226  PEVNT_HEADER *FADhead; //
     227  int8_t  *buffer ;
    227228
    228229} WRK_DATA ;             //internal to eventbuilder
Note: See TracChangeset for help on using the changeset viewer.