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
!68798
set geometry version in __main__ of LAr & Calo bytestream-reading configs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
set geometry version in __main__ of LAr & Calo bytestream-reading configs
wlampl/athena:CaloCfgDetVersion
into
main
Overview
6
Commits
2
Pipelines
1
Changes
3
Merged
Walter Lampl
requested to merge
wlampl/athena:CaloCfgDetVersion
into
main
1 year ago
Overview
6
Commits
2
Pipelines
1
Changes
3
Expand
The title says it all ..
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
008aba3b
2 commits,
1 year ago
3 files
+
6
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
Calorimeter/CaloRec/python/CaloCellMakerConfig.py
+
2
−
1
Options
@@ -76,9 +76,10 @@ if __name__=="__main__":
log
.
setLevel
(
DEBUG
)
from
AthenaConfiguration.AllConfigFlags
import
initConfigFlags
from
AthenaConfiguration.TestDefaults
import
defaultTestFiles
from
AthenaConfiguration.TestDefaults
import
defaultTestFiles
,
defaultGeometryTags
flags
=
initConfigFlags
()
flags
.
Input
.
Files
=
defaultTestFiles
.
RDO_RUN2
flags
.
GeoModel
.
AtlasVersion
=
defaultGeometryTags
.
RUN2
flags
.
lock
()
from
AthenaConfiguration.MainServicesConfig
import
MainServicesCfg
Loading