Skip to content
Snippets Groups Projects
Commit 16528c09 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

InDetTrackingGeometry: Add missing python import.

Fixes complaint seen about referencing variable before assignment.
parent 971046f5
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
######################################################
# ConfiguredInDetTrackingGeometry module
......@@ -75,6 +75,7 @@ class ConfiguredInDetTrackingGeometryBuilder( InDet__RobustTrackingGeometryBuild
if DetFlags.SCT_on():
# SCT building
from InDetTrackingGeometry.InDetTrackingGeometryConf import InDet__SiLayerBuilder
SCT_LayerBuilder = InDet__SiLayerBuilder(name=namePrefix+'SCT_LayerBuilder')
SCT_LayerBuilder.PixelCase = False
SCT_LayerBuilder.Identification = 'SCT'
......
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