Skip to content

jFEX BS errors ATLASRECTS-7724

Sergi Rodriguez Bosca requested to merge serodrig/athena:BSerror into 23.0

This is meant to update the jFEX BS decoders. It now checks the ROD Trailers where there are some bits reserved for ROD error map.

For TOBs:

  • If any of the error bits is set will return a ERROR and returning FAILURE. Event goes to debug stream

For jFEX Input data:

  • If any error bit is set, prints a WARNING and do not decode the input. Data is corrupted, but does not stop the reconstruction.

Additionally

  • I updates the Monitoring histogram accordingly, with location: ROD Error and title the bit set to 1: Corrective Trailer,Payload CRC,Header CRC,Length mismatch,Header mismatch or Processor Timeout
  • Error/Warning message is more clear now.

Merge request reports