Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DaVinci
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb
DaVinci
Merge requests
!772
remove mention of obsolete, unnecessary enable_unpack option
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove mention of obsolete, unnecessary enable_unpack option
remove-obsolete-enable_unpack-option
into
master
Overview
6
Commits
2
Pipelines
4
Changes
38
All threads resolved!
Hide all comments
Merged
Gerhard Raven
requested to merge
remove-obsolete-enable_unpack-option
into
master
2 years ago
Overview
6
Commits
2
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
1
0
Merge request reports
Compare
version 1
version 2
de0026a6
2 years ago
version 1
a2958f44
2 years ago
master (base)
and
version 2
latest version
96e3d6c9
2 commits,
2 years ago
version 2
de0026a6
2 commits,
2 years ago
version 1
a2958f44
1 commit,
2 years ago
Show latest version
1 file
+
0
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Phys/DaVinci/python/DaVinci/algorithms.py
+
0
−
28
Options
@@ -150,34 +150,6 @@ def define_fsr_writer(options):
return
algs
def
__configure_unpacking
(
process
,
stream
):
from
GaudiConf.reading
import
unpack_rawevent
unpack_raw_event
=
unpack_rawevent
(
bank_types
=
[
'
ODIN
'
,
'
HltDecReports
'
],
process
=
process
,
stream
=
stream
,
configurables
=
False
)
return
unpack_raw_event
def
unpack_event
(
options
):
"""
Configures the algorithm for reading HLT2/Spruce output. Location are found using stream as prefix.
Args:
- options (DaVinci.Options): lbexec provided options object
Returns:
- List of decoding algorithms.
"""
reading_algs
=
__configure_unpacking
(
options
.
process
,
options
.
stream
)
return
reading_algs
def
get_hlt_reports
(
options
,
source
=
''
):
"""
Set the Hlt service and algorithms.
Loading