Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!64123
MuonGeoModelTest - Add CSC tester
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonGeoModelTest - Add CSC tester
jojungge/athena:CscILines
into
23.0
Overview
17
Commits
4
Pipelines
0
Changes
5
All threads resolved!
Show all comments
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:CscILines
into
23.0
1 year ago
Overview
17
Commits
4
Pipelines
0
Changes
5
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Compare
23.0
version 4
6c35d9e8
1 year ago
version 3
1dcdada0
1 year ago
version 2
895222e4
1 year ago
version 1
e6caa3e4
1 year ago
23.0 (base)
and
version 3
latest version
2ebbc232
4 commits,
1 year ago
version 4
6c35d9e8
3 commits,
1 year ago
version 3
1dcdada0
2 commits,
1 year ago
version 2
895222e4
1 commit,
1 year ago
version 1
e6caa3e4
2 commits,
1 year ago
5 files
+
233
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondTest/python/MdtCablingTester.py
+
4
−
3
Options
@@ -20,13 +20,14 @@ def setupServicesCfg(flags):
if
flags
.
Input
.
Format
is
Format
.
POOL
:
from
AthenaPoolCnvSvc.PoolReadConfig
import
PoolReadCfg
result
.
merge
(
PoolReadCfg
(
flags
))
elif
flags
.
Input
.
Format
==
Format
.
BS
:
from
ByteStreamCnvSvc.ByteStreamConfig
import
ByteStreamReadCfg
result
.
merge
(
ByteStreamReadCfg
(
flags
))
from
MuonConfig.MuonGeometryConfig
import
MuonGeoModelCfg
result
.
merge
(
MuonGeoModelCfg
(
flags
))
from
MuonConfig.MuonGeometryConfig
import
MuonIdHelperSvcCfg
result
.
merge
(
MuonIdHelperSvcCfg
(
flags
))
result
.
merge
(
MuonIdHelperSvcCfg
(
flags
))
return
result
def
MdtCablingTestAlgCfg
(
flags
,
Loading