Skip to content

Simplify MET config algorithm structure

This removes some unnecessary substructure from the MET reconstruction configuration. Previously, several MET-related algorithms were each given their own "sequence" within the overall config's ComponentAccumulator. This isn't necessary (and can give scheduler warnings), so this MR removes this structure and instead adds these algorithms directly to the default top-level "sequence" within the CA with everything else.

Should resolve ATLASRECTS-7478.

Merge request reports