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

Merge branch 'import.InDetTrackingGeometry-20190514' into 'master'

InDetTrackingGeometry: Add missing python import.

See merge request atlas/athena!23427
parents 1ca13205 16528c09
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 # ConfiguredInDetTrackingGeometry module
...@@ -75,6 +75,7 @@ class ConfiguredInDetTrackingGeometryBuilder( InDet__RobustTrackingGeometryBuild ...@@ -75,6 +75,7 @@ class ConfiguredInDetTrackingGeometryBuilder( InDet__RobustTrackingGeometryBuild
if DetFlags.SCT_on(): if DetFlags.SCT_on():
# SCT building # SCT building
from InDetTrackingGeometry.InDetTrackingGeometryConf import InDet__SiLayerBuilder
SCT_LayerBuilder = InDet__SiLayerBuilder(name=namePrefix+'SCT_LayerBuilder') SCT_LayerBuilder = InDet__SiLayerBuilder(name=namePrefix+'SCT_LayerBuilder')
SCT_LayerBuilder.PixelCase = False SCT_LayerBuilder.PixelCase = False
SCT_LayerBuilder.Identification = 'SCT' 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