Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Moore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Moore
Merge requests
!2708
Remove reference to JSON argument in documentation of hlt2_check_output
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove reference to JSON argument in documentation of hlt2_check_output
ldufour-master-patch-81130
into
master
Overview
0
Commits
2
Pipelines
3
Changes
1
Merged
Laurent Dufour
requested to merge
ldufour-master-patch-81130
into
master
1 year ago
Overview
0
Commits
2
Pipelines
3
Changes
1
Expand
Just a small update in the documentation...
0
0
Merge request reports
Compare
master
version 1
ff8b9a4b
1 year ago
master (base)
and
latest version
latest version
2006106a
2 commits,
1 year ago
version 1
ff8b9a4b
1 commit,
1 year ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Hlt/Hlt2Conf/options/hlt2_check_output.py
+
6
−
1
Options
@@ -14,9 +14,14 @@ Runs over the output of the hlt2_all_lines test, manually running the unpackers
and DecReports decoder, and checks per event that each firing trigger line has
a non-zero number of Particle objects in the expected location.
When using this script *outside of the QMTests*, please note that it
'
s expected
all lines to have produced particles. When running over an MC production,
this means that one needs to take care of skipping over
the
'
Hlt2MCPassThroughLine
'
.
Takes command-line arguments:
python hlt2_check_output.py <DST or MDF file>
<HLT2 JSON TCK>
python hlt2_check_output.py <DST or MDF file>
"""
import
sys
Loading