Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • Event Builder Header 0 (32-bits)
      • 31:00 = Event Counter
    • Event Builder Header 1 (32-bits)
      • 31:08 = 0x000000
      • 07:00 = RCE Address
    • Event Builder Header 2/3 (64-bits)
      • 63:00 = Timestamp
        • A 64-bit running counter gets reset to 0 at the start of each run
        • This number will be the same across all DPMs for a given trigger event
    • MultiSample Data ( M * 4 * 32-bits) (M depends on data reduction)
    • Event Builder Tail - (32-bits)
      • 27: FIFO backup error (Should only see skip counts if this is 1)
      • 26: ApvBufferAddressSyncError - APV frames didn't have the same addresses
      • 23:12: SkipCount - Number of MultiSamples that got dumped due to FIFO backup
      • 11:00: Number of MultiSamples (M) 
    • Per Trigger Tail Word 0 (32-bits) - Batcher sub-frame tail 0
      • 31:00: Number of valid bytes in data section, excluding tail (2 * 4 + M * 16)
    • Per Trigger Tail Word 1 (32-bits) - Batcher sub-frame tail 1
      • 31:24: 0x7 (Number of valid bytes last 64-bit word) (can be ignored)
      • 23:17: 0x00 (Unused TUSER_LAST)
      • 16: Error Flag
      • 15:08: 0x00 (Unused TUSER_FIRST)
      • 07:00: 0x00 (Unused TDEST Field)



...