Changeset 11750 for trunk/FACT++/src/FAD.h
- Timestamp:
- 08/02/11 20:34:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FAD.h
r11729 r11750 122 122 123 123 uint32_t NumBoards ; // number of active boards included 124 uint 32_t Errors ;// indicator for mismatches124 uint8_t Errors[4] ; // indicator for mismatches 125 125 126 126 uint32_t SoftTrig ; // SoftTrigger Info (TBD) … … 222 222 uint32_t pcTime ; 223 223 int32_t evtLen ; 224 int32_t Errors;224 uint8_t Errors[4] ; 225 225 EVENT *fEvent ; 226 226 PEVNT_HEADER *FADhead; // 227 int8_t *buffer ; 227 228 228 229 } WRK_DATA ; //internal to eventbuilder
Note:
See TracChangeset
for help on using the changeset viewer.