Skip to content

Fixing failing trigger test due to checking the wrong trigger AOD EDM set (ATR-24855)

Catrin Bernius requested to merge bernius/athena:fixATR24855 into master

test_trigAna_RDOtoAOD_v1MC_build/grid has been failing because the TrigEDMAUxChecker has been by default checking the AODFULL trigger EDM set. This worked fine so far but we've just introduced the mentioned tests with the MC menu and AODSLIM, so the Aux check was failing. This is fixed by configuring the EDMAuxList to get access the AODEDMSet via the config flag. Error was reported here: ATR-24855

Merge request reports