Skip to content

Bugfix for eFEX xTOB data location on the EDM decoder

Sergi Rodriguez Bosca requested to merge serodrig/athena:eFEX_xTOB_bugfix into 22.0

This MR is meant to solve a bug observed where the energy is divided by a factor 2. The place where it gets used to convert an xTOB et count into a TOB-scale et count means it is dividing by 8 (bitshifting of 3) rather than by 4 (bitshifting of 2) and it should be dividing by 4 because TOB scale is 100MeV/count and xTOB scale is 25MeV/count

@watsona, @will

Edited by Sergi Rodriguez Bosca

Merge request reports