Skip to content
Snippets Groups Projects
Commit 3a56543e authored by John Chapman's avatar John Chapman
Browse files

ISF_ActsTools: Declare ExtraOutputs of ISF::ActsFatrasSimTool (ATLASSIM-7425)

parent 736751e4
No related branches found
No related tags found
No related merge requests found
Pipeline #11082503 passed
......@@ -59,6 +59,9 @@ def ActsFatrasSimToolCfg(flags, name="ISF_ActsFatrasSimTool", **kwargs):
kwargs.setdefault("RNGService", acc.getPrimaryAndMerge(AthRNGSvcCfg(flags)).name)
kwargs.setdefault("ActsFatrasWriteHandler", acc.popToolsAndMerge(ActsFatrasWriteHandlerCfg(flags)))
writtenContainers =[]
writtenContainers += [("SiHitCollection", "PixelHits_Fatras")]
writtenContainers += [("SiHitCollection", "SCT_Hits_Fatras")]
kwargs.setdefault("ExtraOutputs", writtenContainers)
acc.setPrivateTools(CompFactory.ISF.ActsFatrasSimTool(name, **kwargs))
return acc
\ No newline at end of file
return acc
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