Skip to content

SuppressTrackFit in AmbiguityProcessorTool for actsValidateTracksFlags

Tim Adye requested to merge adye/athena:adye-norefit into master

The ACTS CKF output should be usable without a subsequent track fit. This MR introduces a new ConfigFlags.ITk.Tracking.MainPass.doAmbiguityProcessorTrackFit (or ConfigFlags.InDet) which controls the SuppressTrackFit property in the various AmbiguityProcessorTools. It is True by default to keep the previous behaviour, unless actsValidateTracksFlags is activated.

@ncalace, @cvarni

Merge request reports