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
!37172
Move required configuration for SCT to appropriate places
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move required configuration for SCT to appropriate places
oda/athena:master-SiLorentzAngle-v2
into
master
Overview
2
Commits
1
Pipelines
1
Changes
4
Merged
Susumu Oda
requested to merge
oda/athena:master-SiLorentzAngle-v2
into
master
4 years ago
Overview
2
Commits
1
Pipelines
1
Changes
4
Expand
GeoModelCfg is necessary for SCT_ID used in SCT_DCSConditionsTool
SCT_GeometryCfg is necessary for SCT_DetectorElementCollection used in SCTSiLorentzAngleCondAlg
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
4cd71f82
1 commit,
4 years ago
4 files
+
7
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetConditions/SCT_ConditionsAlgorithms/python/SCT_DCSConditionsTestAlgConfig.py
+
1
−
4
Options
@@ -24,7 +24,7 @@ if __name__=="__main__":
from
AthenaConfiguration.AllConfigFlags
import
ConfigFlags
ConfigFlags
.
Input
.
isMC
=
False
ConfigFlags
.
Input
.
ProjectName
=
"
data17_13TeV
"
ConfigFlags
.
Input
.
RunNumber
=
[
310809
]
ConfigFlags
.
Input
.
RunNumber
=
310809
ConfigFlags
.
addFlag
(
"
Input.InitialTimeStamp
"
,
1476741326
)
# LB 18 of run 310809, 10/17/2016 @ 9:55pm (UTC)
ConfigFlags
.
IOVDb
.
GlobalTag
=
"
CONDBR2-BLKPA-2017-06
"
ConfigFlags
.
GeoModel
.
AtlasVersion
=
"
ATLAS-R2-2015-03-01-00
"
@@ -34,9 +34,6 @@ if __name__=="__main__":
from
AthenaConfiguration.MainServicesConfig
import
MainServicesCfg
cfg
=
MainServicesCfg
(
ConfigFlags
)
from
AtlasGeoModel.GeoModelConfig
import
GeoModelCfg
cfg
.
merge
(
GeoModelCfg
(
ConfigFlags
))
from
McEventSelector.McEventSelectorConfig
import
McEventSelectorCfg
cfg
.
merge
(
McEventSelectorCfg
(
ConfigFlags
))
Loading