Skip to content
Snippets Groups Projects
Commit a7144fa1 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Removed unneded & conflicting configuration of PoolCnv service

Former-commit-id: f1e81523
parent 55ecbad3
No related branches found
No related tags found
No related merge requests found
...@@ -100,13 +100,6 @@ acc.getService("EventPersistencySvc").CnvServices += [ tagInfoMgr.getName() ] ...@@ -100,13 +100,6 @@ acc.getService("EventPersistencySvc").CnvServices += [ tagInfoMgr.getName() ]
acc.getService("ProxyProviderSvc").ProviderNames += [ tagInfoMgr.getName() ] acc.getService("ProxyProviderSvc").ProviderNames += [ tagInfoMgr.getName() ]
acc.getService("IOVDbSvc").Folders += ['/TagInfo<metaOnly/>'] acc.getService("IOVDbSvc").Folders += ['/TagInfo<metaOnly/>']
# we need to setup it because of conditions data
from AthenaPoolCnvSvc.AthenaPoolCnvSvcConf import AthenaPoolCnvSvc
athenaPoolSvcSvc = AthenaPoolCnvSvc()
athenaPoolSvcSvc.PoolAttributes = ["DEFAULT_SPLITLEVEL ='0'", "STREAM_MEMBER_WISE = '1'", "DEFAULT_BUFFERSIZE = '32000'", "ContainerName = 'POOLContainer(DataHeader)'; BRANCH_BASKET_SIZE = '256000'", "ContainerName = 'POOLContainerForm(DataHeaderForm)'; BRANCH_BASKET_SIZE = '1024000'", "ContainerName = 'TTree=POOLContainerForm(DataHeaderForm)'; CONTAINER_SPLITLEVEL = '99'"]
acc.addService( athenaPoolSvcSvc )
acc.getService( "EventPersistencySvc" ).CnvServices += [ athenaPoolSvcSvc.getName() ]
# setup algorithm sequences here, need few additional components # setup algorithm sequences here, need few additional components
from TrigUpgradeTest.RegSelConfig import RegSelConfig from TrigUpgradeTest.RegSelConfig import RegSelConfig
......
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