Skip to content

ATR-20364: Fix for missing containers in AOD when running test_trigAna_q221_RD0toAOD_mt1_build.sh

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

This merge request fixes a problem with the ordering of including the pre-exec in the transforms RAW -> ESD and ESD -> AOD. The problem was reported by @markowen as he noticed that some muon containers (e.g. HLT_MuonsIso, HLT_MuonsCB_RoI) are missing from the output AOD from test_trigAna_q221_RDOtoAOD_mt1_build.sh in the master nightly from 20/09. They were present on 19/9. The fix is a simple re-ordering of the pre-exec and pre-include in the transform itself.

Thanks to @rbielski and @hrussell for the quick investigations and identification of the problem. Tagging also @hartj (thanks for the follow up with the jira), @jpanduro and @okuprash.

I can confirm that when running test_trigAna_q221_RD0toAOD_mt1_build.sh, the EDMSet is now set to AODFull. This fixes also my last comment regarding the AOD EDM set in !25443 (merged).

Edited by Catrin Bernius

Merge request reports