Skip to content

WIP: Update the ID Trigger configuration class

Mark Sutton requested to merge sutt/athena:idc 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 variables, such that they more properly correspond to the class variables that they are actually being used to set, to make it clearer what is actually being set and where

Edited by Mark Sutton

Merge request reports