Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
4cf5129e
Commit
4cf5129e
authored
Aug 05, 2021
by
Walter Lampl
Browse files
SCT_GeoModelConfig: Use new flag Muon.enableAlignment
parent
39aeadfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
InnerDetector/InDetDetDescr/SCT_GeoModel/python/SCT_GeoModelConfig.py
View file @
4cf5129e
...
...
@@ -44,7 +44,7 @@ def SCT_DetectorElementCondAlgCfg(flags, name = "SCT_DetectorElementCondAlg", **
PixelAlignStoreKey
=
""
# To avoid setting up conditions algorithms in the right order, only set up for athena MT
if
flags
.
Concurrency
.
NumThreads
>
0
:
if
flags
.
Detector
.
GeometryMuon
:
if
flags
.
Muon
.
enableAlignment
:
MuonMgrKey
=
"MuonDetectorManager"
if
flags
.
Detector
.
GeometryTRT
:
TRT_DetEltKey
=
"TRT_DetElementContainer"
...
...
@@ -54,9 +54,8 @@ def SCT_DetectorElementCondAlgCfg(flags, name = "SCT_DetectorElementCondAlg", **
kwargs
.
setdefault
(
"TRT_DetEltContKey"
,
TRT_DetEltKey
)
kwargs
.
setdefault
(
"PixelAlignmentStore"
,
PixelAlignStoreKey
)
SCT_DetectorElementCondAlg
=
CompFactory
.
SCT_DetectorElementCondAlg
sctDetectorElementCondAlg
=
SCT_DetectorElementCondAlg
(
name
,
**
kwargs
)
acc
=
ComponentAccumulator
()
acc
.
addCondAlgo
(
sctDetectorElementCondAlg
)
return
acc
\ No newline at end of file
return
acc
Vakhtang Tsulaia
@tsulaia
mentioned in commit
f80731b5
·
Aug 10, 2021
mentioned in commit
f80731b5
mentioned in commit f80731b5c672ef1e8420dee74c837477ce465682
Toggle commit list
Edward Moyse
@emoyse
mentioned in merge request
!45721 (closed)
·
Aug 10, 2021
mentioned in merge request
!45721 (closed)
mentioned in merge request !45721
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment