Skip to content

Update many of the names and calls in TrigInDetConfig

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

Some of the function and file names were very opaque - these have now been modified using a more consistent and hopefully clearer naming convention. Namely ...

files:
InDetSetup.py -> InDetTrigFastTracking.py
InDetPT.py    -> InDetTrigPrecisionTracking.py

interface:
makeInDetAlgs              -> makeInDetTrigFastTracking
makeInDetPrecisionTracking -> makeInDetTrigPrecisionTracking
Edited by Mark Sutton

Merge request reports