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
Commits
9e4a5d43
Commit
9e4a5d43
authored
1 year ago
by
Maciej Pawel Szymanski
Browse files
Options
Downloads
Patches
Plain Diff
make ROOTTREE default storage for metadata instead of ROOTTREEINDEX
parent
3b624c24
No related branches found
No related tags found
1 merge request
!67972
make ROOTTREE default storage for metadata instead of ROOTTREEINDEX
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Control/AthenaConfiguration/python/AllConfigFlags.py
+1
-1
1 addition, 1 deletion
Control/AthenaConfiguration/python/AllConfigFlags.py
with
1 addition
and
1 deletion
Control/AthenaConfiguration/python/AllConfigFlags.py
+
1
−
1
View file @
9e4a5d43
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment