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
39aeadfa
Commit
39aeadfa
authored
Aug 05, 2021
by
Walter Lampl
Browse files
Run3DQTestingDriver.py: Fix typo
parent
b1fbd0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Control/AthenaMonitoring/share/Run3DQTestingDriver.py
View file @
39aeadfa
...
...
@@ -133,8 +133,8 @@ if __name__=='__main__':
beginseq
.
Members
.
append
(
CompFactory
.
ForceIDConditionsAlg
(
"ForceIDConditionsAlg"
))
if
len
([
_
for
_
in
cfg
.
_conditionsAlgs
if
_
.
name
==
"MuonAlignmentCondAlg"
])
>
0
:
# create MuonDetectorCondAlg as pixel and SCT depend on it
from
MuonConfig.MuonGeometryConfig
import
MuonDetectorCondAlgCf
cfg
.
merge
(
MuonDetectorCondAlgCfg
(
f
lags
))
from
MuonConfig.MuonGeometryConfig
import
MuonDetectorCondAlgCf
g
cfg
.
merge
(
MuonDetectorCondAlgCfg
(
ConfigF
lags
))
beginseq
=
cfg
.
getSequence
(
"AthBeginSeq"
)
beginseq
.
Members
.
append
(
CompFactory
.
ForceMSConditionsAlg
(
"ForceMSConditionsAlg"
))
...
...
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