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
!67839
Something went wrong on our end
Sets the storage technology prefix for metadata output collection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sets the storage technology prefix for metadata output collection
maszyman/athena:main-maszyman-storage-tech-output-collection
into
main
Overview
34
Commits
3
Pipelines
0
Changes
1
Merged
Maciej Pawel Szymanski
requested to merge
maszyman/athena:main-maszyman-storage-tech-output-collection
into
main
1 year ago
Overview
16
Commits
3
Pipelines
0
Changes
1
Expand
Follow-up from
!66540 (merged)
/cc
@gemmeren
@amete
@mnowak
Edited
1 year ago
by
Maciej Pawel Szymanski
0
0
Merge request reports
Viewing commit
8cee69db
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8cee69db
make ROOTTREE default storage for metadata instead of ROOTTREEINDEX
· 8cee69db
Maciej Pawel Szymanski
authored
1 year ago
Control/AthenaConfiguration/python/AllConfigFlags.py
+
1
−
1
Options
@@ -258,7 +258,7 @@ def initConfigFlags():
acf
.
addFlag
(
'
Output.TreeAutoFlush
'
,
{})
# {} = automatic for all streams, otherwise {'STREAM': 123}
acf
.
addFlag
(
'
Output.StorageTechnology.EventData
'
,
'
ROOTTREEINDEX
'
)
# Set the underlying POOL storage technology for event data
acf
.
addFlag
(
'
Output.StorageTechnology.MetaData
'
,
'
ROOTTREE
INDEX
'
)
# Set the underlying POOL storage technology for metadata
acf
.
addFlag
(
'
Output.StorageTechnology.MetaData
'
,
'
ROOTTREE
'
)
# Set the underlying POOL storage technology for metadata
# Might move this elsewhere in the future.
# Some flags from https://gitlab.cern.ch/atlas/athena/blob/master/Tracking/TrkDetDescr/TrkDetDescrSvc/python/TrkDetDescrJobProperties.py
Loading