Skip to content

Fix missing leg multiplicity when reading Run2 config

This MR fixes following issue: when producing AOD in Run2 data reprocessing we have some that still contain Run2 style config information. If in those AODs the HLT navigation is converted we need Run3 type of config to interpret it. Specifically, one property, that is the leg multiplicity is needed. By default the Run2 config returns an empty vector which makes TDT confused.

Tagging @wprzygod @tamartin @jburr It is related to completion of the Navigation Conversion work.

Merge request reports