Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Commits
19174b9c
Verified
Commit
19174b9c
authored
Aug 03, 2020
by
Tadej Novak
Browse files
Fix EventInfoOverlay tests
parent
e7514668
Changes
2
Hide whitespace changes
Inline
Side-by-side
Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayLegacyTest.py
View file @
19174b9c
...
...
@@ -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
...
...
Event/xAOD/xAODEventInfoCnv/share/EventInfoOverlayTest.py
View file @
19174b9c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment