Skip to content

Move to using the TrigInDetConfig.ConfigSettings more fully

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

Added additional variables and implemented the fetching of the configuration from the Config Settings for the InDetTrigConfig code and the FTF Configuration

Parameters can be set in pre-includes etc using eg

from InDetTrigConfig.ConfgSettings import getInDetTrigConfig ; getInDetTrigConfig("Muon")._etaHalfWidth = 0.1 

Also, for these changes we rename many of the variable, such that they more properly correspond to the variables that they are supposed to set to make it clearer what is being set and where

Edited by Mark Sutton

Merge request reports