Skip to content
Snippets Groups Projects
Commit 1f24e70f authored by Oana Vickey Boeriu's avatar Oana Vickey Boeriu Committed by Atlas Nightlybuild
Browse files

Merge branch '21.2' into '21.2'

Set container splitlevel 1 for DAOD PHYSLITE

See merge request atlas/athena!36372

(cherry picked from commit c790ca4bdca5b36fc4e4ae5013225f42f6d61938)

a33831bb set container splitlevel 1 for phys/physlite
297597f1 only physlite
438e5cbd set to splitlevel 99
parent f754aacc
No related branches found
No related tags found
No related merge requests found
......@@ -566,8 +566,12 @@ class MultipleStreamManager:
theStream.Stream.WritingTool.SubLevelBranchName = "<key>"
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; COMPRESSION_LEVEL = '5'" ]
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; ContainerName = 'TTree=CollectionTree'; TREE_AUTO_FLUSH = '-20000000'" ]
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; ContainerName = 'TTree=CollectionTree'; CONTAINER_SPLITLEVEL = '0'" ]
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; ContainerName = 'TTree=Aux.'; CONTAINER_SPLITLEVEL = '0'"]
CONTAINER_SPLITLEVEL = 0
# stream names come from PhysicsAnalysis/DerivationFramework/DerivationFrameworkCore/python/DerivationFrameworkProdFlags.py
if StreamName in ["StreamDAOD_PHYSLITE"]:
CONTAINER_SPLITLEVEL = 99
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; ContainerName = 'TTree=CollectionTree'; CONTAINER_SPLITLEVEL = '" + str(CONTAINER_SPLITLEVEL) + "'" ]
svcMgr.AthenaPoolCnvSvc.PoolAttributes += [ "DatabaseName = '" + FileName + "'; ContainerName = 'TTree=Aux.'; CONTAINER_SPLITLEVEL = '" + str(CONTAINER_SPLITLEVEL) + "'"]
return theStream
......
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