diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadDoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadDoubleSelector.py index 620cb10f8c0179a34ca21c14896e0d73fa895308..30a5ee5da0f9fa3e26d56bdeb151fd8b8b55ec3d 100644 --- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadDoubleSelector.py +++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestReadDoubleSelector.py @@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ## get a handle to the ApplicationManager 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 #-------------------------------------------------------------- diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py index 3e02a527833f7445986bb1b81e7151209557603d..705fac1159e50ab19a57d09e74ea4594459ebc06 100644 --- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py +++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/AthenaPoolTestStep2WriteDoubleSelector.py @@ -24,6 +24,11 @@ from AthenaCommon.AppMgr import theApp ## get a handle to the ServiceManager 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 #-------------------------------------------------------------- diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py index 1d4973c2165c302ffdf6d93b73a5884e6d5e22f3..244b2c99d0dd56bd1301b87bc69d4edb4d913d82 100644 --- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py +++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/DoubleEventSelectorOverlayTest.py @@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr # get a handle to the ApplicationManager 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 #-------------------------------------------------------------- diff --git a/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py b/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py index 50f812c8b82b374cd8ea6fcb1a72732f8d5cb1df..1cfb91e267f8aff94b5d5bb73f208aa2be72029e 100644 --- a/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py +++ b/AtlasTest/DatabaseTest/AthenaPoolTest/share/ReadRDODoubleSelector.py @@ -23,6 +23,11 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr ## get a handle to the ApplicationManager 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 #-------------------------------------------------------------- diff --git a/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayLegacyTest.py b/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayLegacyTest.py index d2f60f1475313bbea2ec05936258bcc4a185ed1b..e55a048638fcc22d8103d6001f44c8e89e8a55b4 100644 --- a/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayLegacyTest.py +++ b/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayLegacyTest.py @@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr # get a handle to the ApplicationManager from AthenaCommon.AppMgr import theApp -#-------------------------------------------------------------- -# Load POOL support for DoubleEventSelector -#-------------------------------------------------------------- -import AthenaPoolCnvSvc.ReadAthenaPoolDouble - #-------------------------------------------------------------- # Set flags and load det descr #-------------------------------------------------------------- @@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True) overlayFlags.isDataOverlay.set_Value_and_Lock(False) overlayFlags.isOverlayMT.set_Value_and_Lock(True) +#-------------------------------------------------------------- +# Load POOL support for DoubleEventSelector +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPoolDouble + # For general flags rec.doAOD = False rec.doTrigger = False diff --git a/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayTest.py b/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayTest.py index 10206682f9ae6801309f360fae04843b1ed86000..219e82f0bd64ec05e628c8934cf0f88b86d1aa56 100644 --- a/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayTest.py +++ b/Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayTest.py @@ -24,11 +24,6 @@ from AthenaCommon.AppMgr import ServiceMgr as svcMgr # get a handle to the ApplicationManager from AthenaCommon.AppMgr import theApp -#-------------------------------------------------------------- -# Load POOL support for DoubleEventSelector -#-------------------------------------------------------------- -import AthenaPoolCnvSvc.ReadAthenaPoolDouble - #-------------------------------------------------------------- # Set flags and load det descr #-------------------------------------------------------------- @@ -41,6 +36,11 @@ globalflags.isOverlay.set_Value_and_Lock(True) overlayFlags.isDataOverlay.set_Value_and_Lock(False) overlayFlags.isOverlayMT.set_Value_and_Lock(True) +#-------------------------------------------------------------- +# Load POOL support for DoubleEventSelector +#-------------------------------------------------------------- +import AthenaPoolCnvSvc.ReadAthenaPoolDouble + # For general flags rec.doAOD = False rec.doTrigger = False