Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
MooreAnalysis
Commits
6abc49ec
Commit
6abc49ec
authored
Sep 02, 2021
by
Sevda Esen
Committed by
Christoph Hasse
Sep 02, 2021
Browse files
follow LHCb ODIN creator changes
parent
6feb89cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
HltIntegrationTests/tests/options/hlt2_analysis/read_hlt2.py
View file @
6abc49ec
...
...
@@ -20,6 +20,7 @@ from Configurables import (
ApplicationMgr
,
DecayTreeTuple
,
LHCbApp
,
LHCb__UnpackRawEvent
as
UnpackRawEvent
,
createODIN
,
HltANNSvc
,
)
...
...
@@ -40,8 +41,10 @@ def get_hlt2_unpackers(is_simulation):
This is a temporary measure until support for Run 3 HLT2 output is added to
an LHCb application.
"""
reading_algs
=
([
reading
.
decoder
()]
+
reading
.
unpackers
()
+
[
createODIN
()])
reading_algs
=
([
reading
.
decoder
()]
+
reading
.
unpackers
()
+
[
UnpackRawEvent
(
BankTypes
=
[
'ODIN'
],
RawBankLocations
=
[
"DAQ/RawBanks/ODIN"
])
]
+
[
createODIN
()])
if
is_simulation
:
reading_algs
=
reading
.
mc_unpackers
()
+
reading_algs
return
reading_algs
...
...
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