Skip to content

Minor fixes and improvements in MUCTPI ByteStream conversion

Rafal Bielski requested to merge rbielski/athena:muctpi-bscnv-fixes into master

A group of small fixes/improvements for the MUCTPI BS converter (four commits):

  1. Fix timeslice header encoding - add missing word identifier
  2. Encode nSlices as detector event type
  3. Fix handling of the offline Run-3 format flag in candidate word MSB
  4. Check for empty data and fill histograms before early exit

The first three affect only the xAOD->BS conversion so don't affect P1 data taking. The last one is relevant for P1, but it only changes the behaviour in case errors are found - no changes for good data.

Jira: ATR-25069

Merge request reports