Skip to content

Use central InDetTrackSelectionTool configs in derivation

Thomas Strebler requested to merge tstreble-main-patch-471c into main

Self-explanatory. Useful in particular for Run 4 configs since the central configs have in addition https://gitlab.cern.ch/atlas/athena/-/blob/main/InnerDetector/InDetConfig/python/InDetTrackSelectionToolConfig.py#L30

    kwargs.setdefault("maxAbsEta", 2.5 if flags.GeoModel.Run <= LHCPeriod.Run3 else 4.0)

Merge request reports