Skip to content
Snippets Groups Projects
Commit 2a32ed6e authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'nSCT_Holes_Count_Fix' into 'main'

Fix for the masked module hits(missing hits) being counted as holes.

See merge request atlas/athena!65480
parents a99f6297 e5014ece
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ def ITkStripModuleVetoCfg(flags, name="ITkStripModuleVeto", **kwargs):
# Condition tool
toolArgs = {}
toolArgs["JsonPath"] = flags.ITk.JsonPathStripModuleVeto
toolArgs["BadModuleIdentifiers"] = kwargs["BadModuleIdentifiers"]
acc.setPrivateTools(CompFactory.SCT_ModuleVetoTool(name=f"{name}Tool", **toolArgs))
......
......@@ -49,6 +49,8 @@ def createITkConfigFlags():
# Turn on SCT_ModuleVetoSvc, allowing it to be configured later
itkcf.addFlag("ITk.doStripModuleVeto", False)
# Path to the JSON file to mask the modules
itkcf.addFlag("ITk.JsonPathStripModuleVeto", "")
# Enable check for dead modules and FEs
itkcf.addFlag("ITk.checkDeadPixelsOnTrack", True)
# defines if the X1X mode is used for the offline or not
......
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