Skip to content
Snippets Groups Projects
Commit eade5f04 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'overlay/des' into 'master'

Fix tests after ReadAthenaPoolDouble changes

See merge request atlas/athena!35319
parents c5823c8c 7ed57c3c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
## get a handle to the ApplicationManager ## get a handle to the ApplicationManager
from AthenaCommon.AppMgr import theApp from AthenaCommon.AppMgr import theApp
# Set that we are running MC+MC overlay in MT mode
from OverlayCommonAlgs.OverlayFlags import overlayFlags
overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#-------------------------------------------------------------- #--------------------------------------------------------------
# Load POOL support for DoubleEventSelector # Load POOL support for DoubleEventSelector
#-------------------------------------------------------------- #--------------------------------------------------------------
......
...@@ -24,6 +24,11 @@ from AthenaCommon.AppMgr import theApp ...@@ -24,6 +24,11 @@ from AthenaCommon.AppMgr import theApp
## get a handle to the ServiceManager ## get a handle to the ServiceManager
from AthenaCommon.AppMgr import ServiceMgr as svcMgr from AthenaCommon.AppMgr import ServiceMgr as svcMgr
# Set that we are running MC+MC overlay in MT mode
from OverlayCommonAlgs.OverlayFlags import overlayFlags
overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#-------------------------------------------------------------- #--------------------------------------------------------------
# Load POOL support for DoubleEventSelector # Load POOL support for DoubleEventSelector
#-------------------------------------------------------------- #--------------------------------------------------------------
......
...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
# get a handle to the ApplicationManager # get a handle to the ApplicationManager
from AthenaCommon.AppMgr import theApp from AthenaCommon.AppMgr import theApp
# Set that we are running MC+MC overlay in MT mode
from OverlayCommonAlgs.OverlayFlags import overlayFlags
overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#-------------------------------------------------------------- #--------------------------------------------------------------
# Load POOL support for DoubleEventSelector # Load POOL support for DoubleEventSelector
#-------------------------------------------------------------- #--------------------------------------------------------------
......
...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ...@@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
## get a handle to the ApplicationManager ## get a handle to the ApplicationManager
from AthenaCommon.AppMgr import theApp from AthenaCommon.AppMgr import theApp
# Set that we are running MC+MC overlay in MT mode
from OverlayCommonAlgs.OverlayFlags import overlayFlags
overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#-------------------------------------------------------------- #--------------------------------------------------------------
# Load POOL support for DoubleEventSelector # Load POOL support for DoubleEventSelector
#-------------------------------------------------------------- #--------------------------------------------------------------
......
...@@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ...@@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
# get a handle to the ApplicationManager # get a handle to the ApplicationManager
from AthenaCommon.AppMgr import theApp from AthenaCommon.AppMgr import theApp
#--------------------------------------------------------------
# Load POOL support for DoubleEventSelector
#--------------------------------------------------------------
import AthenaPoolCnvSvc.ReadAthenaPoolDouble
#-------------------------------------------------------------- #--------------------------------------------------------------
# Set flags and load det descr # Set flags and load det descr
#-------------------------------------------------------------- #--------------------------------------------------------------
...@@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True) ...@@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True)
overlayFlags.isDataOverlay.set_Value_and_Lock(False) overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True) overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#--------------------------------------------------------------
# Load POOL support for DoubleEventSelector
#--------------------------------------------------------------
import AthenaPoolCnvSvc.ReadAthenaPoolDouble
# For general flags # For general flags
rec.doAOD = False rec.doAOD = False
rec.doTrigger = False rec.doTrigger = False
......
...@@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ...@@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr
# get a handle to the ApplicationManager # get a handle to the ApplicationManager
from AthenaCommon.AppMgr import theApp from AthenaCommon.AppMgr import theApp
#--------------------------------------------------------------
# Load POOL support for DoubleEventSelector
#--------------------------------------------------------------
import AthenaPoolCnvSvc.ReadAthenaPoolDouble
#-------------------------------------------------------------- #--------------------------------------------------------------
# Set flags and load det descr # Set flags and load det descr
#-------------------------------------------------------------- #--------------------------------------------------------------
...@@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True) ...@@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True)
overlayFlags.isDataOverlay.set_Value_and_Lock(False) overlayFlags.isDataOverlay.set_Value_and_Lock(False)
overlayFlags.isOverlayMT.set_Value_and_Lock(True) overlayFlags.isOverlayMT.set_Value_and_Lock(True)
#--------------------------------------------------------------
# Load POOL support for DoubleEventSelector
#--------------------------------------------------------------
import AthenaPoolCnvSvc.ReadAthenaPoolDouble
# For general flags # For general flags
rec.doAOD = False rec.doAOD = False
rec.doTrigger = False rec.doTrigger = False
......
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