Skip to content

Add code to support Large Radius Tracking to TrigFastTrackFinder and its tools

This adds support for Large Radius Tracking to TrigFastTrackFinder and its tools. It adds jobOption properties LRT_Mode to TrigFastTrackFinder and inputTracksName with optional ReadHandle for a input TrackCollection. The input tracks are used to remove used clusters from the pool used to create track seeds in Large Radius Tracking. TrigSpacePointConversionTool has a new property UsePixelSpacePoints that will be set to False for LRT so that only SCT seeds (SSS) are used.

This MR introduces the support for LRT, but does not add any LRT chains. These will added in a future MR. So current tests are unaffected by these changes. ATR-22047

Edited by John Baines

Merge request reports