Skip to content

Disable ElectronPID in the tracking - enable ML extensions by default for the FS jet tracking

Mark Sutton requested to merge sutt/athena:idconf into master

Disable to incorrectly enabled TRT_ElectronPidTool in the TrackSummaryTool for the ID Trigger.

In addition enable the first round of machine learning extensions for the standard FS jet tracking. The job previously used to test with the ML extensions on, has been repurposed to evaluate the trigger now with these disabled.

To disable the ML extensions, a preinclude with

from TrigInDetConfig.ConfigSettings import getInDetTrigConfig
getInDetTrigConfig("jet")._UseTrigSeedML  = None

can be used.

NB: This will change the default behaviour of the fs jet tracking, so the fs jet related counts will change. It may affect the electron and tau chains, but not by much.

Edited by Mark Sutton

Merge request reports