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
Commits
de0026a6
Commit
de0026a6
authored
2 years ago
by
Gerhard Raven
Browse files
Options
Downloads
Patches
Plain Diff
remove unused and obsolete unpack_event and __configure_unpacking
parent
a2958f44
No related branches found
No related tags found
No related merge requests found
Pipeline
#4621255
failed
2 years ago
Stage: check
Stage: build
Stage: docs
Stage: .post
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Phys/DaVinci/python/DaVinci/algorithms.py
+0
-28
0 additions, 28 deletions
Phys/DaVinci/python/DaVinci/algorithms.py
with
0 additions
and
28 deletions
Phys/DaVinci/python/DaVinci/algorithms.py
+
0
−
28
View file @
de0026a6
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment