Skip to content

TRT_ElectronPidTools: Fix array index bounds check.

Fix faulty array index bounds check in TRT_ToT_dEdx: ubsan was reporting that the arrays in the TRTDedxcorrection object of size 100 were being read at index 101.

Fixes ubsan warning.

Merge request reports