Skip to content

bugfix for CopyAlgForAmbiCfg for ITk fasttracking

John Baines requested to merge baines/athena:22.0-fasttrackingfix-Oct2022 into 22.0

from TrkConfig.TrkCollectionAliasAlgConfig import ITkCopyAlgForAmbiCfg changed to import CopyAlgForAmbiCfg as ITkCopyAlgForAmbiCfg vdoesn't exist and and isn't needed as the non-ITk version works. This only effects CA jobs run on ITk datasets with ConfigFlags.ITk.Tracking.doFastTracking=True As discussed with @tstreble

Merge request reports