Skip to content
Snippets Groups Projects
Commit e4e2c883 authored by Anthony Morley's avatar Anthony Morley
Browse files

Correct typo in overlay job options

Former-commit-id: 52969a8f
parent aadf1445
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ if DetFlags.overlay.pixel_on() or DetFlags.overlay.SCT_on() or DetFlags.overlay. ...@@ -62,7 +62,7 @@ if DetFlags.overlay.pixel_on() or DetFlags.overlay.SCT_on() or DetFlags.overlay.
job += CfgGetter.getAlgorithm("TRT_OverlayDigitization") job += CfgGetter.getAlgorithm("TRT_OverlayDigitization")
job += CfgGetter.getAlgorithm("TRTOverlay") job += CfgGetter.getAlgorithm("TRTOverlay")
job.TRTOverlay.TRT_LocalOccupancy = TRT_LocalOccupancy job.TRTOverlay.TRT_LocalOccupancyTool = TRT_LocalOccupancy
from InDetRecExample.InDetJobProperties import InDetFlags from InDetRecExample.InDetJobProperties import InDetFlags
include("InDetRecExample/InDetRecConditionsAccess.py") include("InDetRecExample/InDetRecConditionsAccess.py")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment