Skip to content

Force loading all dynamic aux ids in POOL access mode

Jon Burr requested to merge jburr/athena:auxDecors into main

In POOL access mode if a dynamic auxid hasn't been seen somewhere else in a job it can't be written out in the ntuple maker. This fixes this issue by forcing the loading of all dynamic aux ids for each container. This has no effect on AnalysisBase and non-POOL access modes as their the auxids seem to be all loaded by default.

Merge request reports