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

Merge branch 'pixfix' into 'master'

Fix naming of PixelReadoutManager

See merge request atlas/athena!47038
parents ea9e410e b4d96d06
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ def BasicPixelDigitizationTool(name="PixelDigitizationTool", **kwargs):
# Setup Cabling Svc #
#####################
from PixelReadoutGeometry.PixelReadoutGeometryConf import InDetDD__PixelReadoutManager
PixelReadoutManager = InDetDD__PixelReadoutManager()
PixelReadoutManager = InDetDD__PixelReadoutManager("PixelReadoutManager")
ServiceMgr += PixelReadoutManager
print (PixelReadoutManager)
kwargs.setdefault("InputObjectName", "PixelHits")
......
......@@ -111,7 +111,7 @@ if DetFlags.detdescr.pixel_on() and not 'PixelCabling' in dir():
condSeq += alg
from PixelReadoutGeometry.PixelReadoutGeometryConf import InDetDD__PixelReadoutManager
PixelReadoutManager = InDetDD__PixelReadoutManager()
PixelReadoutManager = InDetDD__PixelReadoutManager("PixelReadoutManager")
ServiceMgr += PixelReadoutManager
if (InDetFlags.doPrintConfigurables()):
printfunc (PixelReadoutManager)
......
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