Skip to content

TriggerMenuMT: remove usage of RecoFragmentsPool in MET ConfigHelpers

Frank Winklmeier requested to merge fwinkl/athena:met_recopool into main

RecoFragmentsPool is deprecated and should certainly not be used in CA. Its use in AlgConfig.fromRecoDict is not really necessary as the overhead to create the AlgConfig classes is minimal. Also remove the unused flags argument.

Merge request reports