Skip to content
Snippets Groups Projects
Commit 36a9945e authored by Soshi Tsuno's avatar Soshi Tsuno
Browse files

bug fix in ATLASRECTS-4649

Former-commit-id: 69c22e1461c0e29f7b315d6f6cc3d66bc2d62c91
parent 25bb7088
No related branches found
No related tags found
No related merge requests found
......@@ -407,12 +407,7 @@ if dumpSctInfo:
if dumpPixInfo:
from PixelConditionsTools.PixelDCSConditionsToolSetup import PixelDCSConditionsToolSetup
pixelDCSConditionsToolSetup = PixelDCSConditionsToolSetup()
pixelDCSConditionsToolSetup.setIsDATA(False)
pixelDCSConditionsToolSetup.setup()
from SiPropertiesSvc.PixelSiPropertiesToolSetup import PixelSiPropertiesToolSetup
pixelSiPropertiesToolSetup = PixelSiPropertiesToolSetup()
pixelSiPropertiesToolSetup.setSiliconTool(pixelDCSConditionsToolSetup.getTool())
pixelSiPropertiesToolSetup.setup()
from AthenaCommon.AppMgr import ToolSvc
if not hasattr(ToolSvc, "PixelLorentzAngleTool"):
from SiLorentzAngleSvc.PixelLorentzAngleToolSetup import PixelLorentzAngleToolSetup
......
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