Skip to content

Fix filling of barcode decoration for xAOD::TrackMeasurementValidationContainer

Thomas Strebler requested to merge tstreble/athena:xAOD_barcode into main

Follow up to !69866 (merged)

The decoration truth_barcode was not filled because in the first loop used to fill the truth_index a reference was used, leading to an update of range.first when the iterator was incremented. As a consequence the 2nd loop didn't have the proper range.

FYI @goetz @cvarni

Merge request reports

Loading