Skip to content
Snippets Groups Projects
Commit 3735d9c3 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'main-update-d2aod-root-parameters' into 'main'

AthenaPoolCnvSvc: Align D2AOD settings w/ DAOD_PHYSLITE

See merge request !68846
parents 01872cdb 6ad52551
No related branches found
No related tags found
1 merge request!68846AthenaPoolCnvSvc: Align D2AOD settings w/ DAOD_PHYSLITE
......@@ -92,6 +92,8 @@ def PoolWriteCfg(flags):
compAlg, compLvl, autoFlush, splitLvl, dynSplitLvl = defaults[stream]
elif "DAOD" in stream:
compAlg, compLvl, autoFlush, splitLvl, dynSplitLvl = 5, 5, 100, 0, 1 # Change the defaults for DAODs
elif "D2AOD" in stream:
compAlg, compLvl, autoFlush, splitLvl, dynSplitLvl = 5, 5, 500, 1, 1 # Change the defaults for D2AODs
# For temporary files we always use ZLIB for compression algorithm
compAlg = 1 if fileName.endswith('_000') or fileName.startswith('tmp.') else compAlg
......
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