Skip to content
Snippets Groups Projects
Commit f2760c81 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'SCT_CA_fixes_master' into 'master'

Minor fixes to ComponentAccumulator configuration for SiLorenzAngleTool and SiPropertiesTool

See merge request atlas/athena!37994
parents 67b6204d 70c7e961
No related branches found
No related tags found
No related merge requests found
......@@ -43,5 +43,5 @@ def SCT_LorentzAngleCfg(flags, name="SCT_SiLorentzAngleCondAlg",
toolkwargs["DetectorName"] = "SCT"
toolkwargs["DetEleCollKey"] = "SCT_DetectorElementCollection"
toolkwargs["SiLorentzAngleCondData"] = "SCTSiLorentzAngleCondData"
acc.setPrivateTools(SiLorentzAngleTool(name, **toolkwargs))
acc.setPrivateTools(SiLorentzAngleTool(name="SCTLorentzAngleTool", **toolkwargs))
return acc
......@@ -34,6 +34,6 @@ def SCT_SiPropertiesCfg(flags, name="SCTSiPropertiesCondAlg", **kwargs):
toolkwargs = {}
toolkwargs["DetectorName"] = "SCT"
toolkwargs["ReadKey"] = "SCTSiliconPropertiesVector"
acc.setPrivateTools(SiPropertiesTool(name=name, **toolkwargs))
acc.setPrivateTools(SiPropertiesTool(name="SCT_SiPropertiesTool", **toolkwargs))
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