Skip to content

Add order by parameter name to algo query

Joerg Stelzer requested to merge stelzer/athena:main-ATR-28395 into main

Adresses ATR-28395

Due to the design of the Run 2 TriggerDB schema, the order of the topo algo parameters in the L1 trigger menu after conversion to the Run-3 json format is not conserved. As this menu is stored as metadata in ESD and AOD, occasionally the metadata comparison to the reference fails.

This fix orders the parameters from the DB query by name, thus guaranteeing the order.

This requires an update of the reference files /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/WorkflowReferences/main/q442/v*/myESD.pool.root and myAOD.pool.root

which can be found here /eos/home-s/stelzer/public/q442RefUpdate12Nov2023/

Merge request reports