Skip to content
Snippets Groups Projects
Commit 9e4a5d43 authored by Maciej Pawel Szymanski's avatar Maciej Pawel Szymanski
Browse files

make ROOTTREE default storage for metadata instead of ROOTTREEINDEX

parent 3b624c24
No related branches found
No related tags found
1 merge request!67972make ROOTTREE default storage for metadata instead of ROOTTREEINDEX
......@@ -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', 'ROOTTREEINDEX') # 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment