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
!2107
Adding qmtest of hlt1_hlt2_comparison
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adding qmtest of hlt1_hlt2_comparison
xueting_hlt1_hlt2_compare_qmt
into
master
Overview
20
Commits
4
Pipelines
5
Changes
1
Merged
Xueting Yang
requested to merge
xueting_hlt1_hlt2_compare_qmt
into
master
2 years ago
Overview
20
Commits
4
Pipelines
5
Changes
1
Expand
Adding a new qmtest to compare hlt1 and hlt2 tracks based on
Rec!2843 (merged)
0
0
Merge request reports
Viewing commit
3ad9bdd5
Prev
Next
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3ad9bdd5
change formatting
· 3ad9bdd5
Xueting Yang
authored
1 year ago
Hlt/RecoConf/options/hlt1_hlt2_comparison.py
+
3
−
3
Options
@@ -36,9 +36,9 @@ def reco():
tracks
=
reconstruction
()[
"
Tracks
"
]
Velotracks
=
reconstruction
()[
"
VeloTracks
"
]
checker
=
checker_trigger_objects
(
allen_forward_tracks
[
"
v1
"
],
tracks
,
allen_pvs
,
pvs
,
allen_velo_tracks
[
"
v1
"
],
Velotracks
)
checker
=
checker_trigger_objects
(
allen_forward_tracks
[
"
v1
"
],
tracks
,
allen_pvs
,
pvs
,
allen_velo_tracks
[
"
v1
"
]
,
Velotracks
)
return
Reconstruction
(
'
hlt1
'
,
checker
,
[
require_gec
()])
Loading