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
Commits
4a11393b
Commit
4a11393b
authored
1 year ago
by
Xueting Yang
Browse files
Options
Downloads
Patches
Plain Diff
change hlt1_hlt2_comparison.py script
parent
bd209bf7
No related branches found
No related tags found
1 merge request
!2107
Adding qmtest of hlt1_hlt2_comparison
Pipeline
#5224044
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Hlt/RecoConf/options/hlt1_hlt2_comparison.py
+5
-5
5 additions, 5 deletions
Hlt/RecoConf/options/hlt1_hlt2_comparison.py
with
5 additions
and
5 deletions
Hlt/RecoConf/options/hlt1_hlt2_comparison.py
+
5
−
5
View file @
4a11393b
...
...
@@ -14,7 +14,7 @@ from Moore.config import Reconstruction
from
RecoConf.hlt1_tracking
import
all_velo_track_types
,
make_all_pvs
from
RecoConf.event_filters
import
require_gec
from
RecoConf.hlt1_allen
import
make_allen_forward_tracks
from
RecoConf.hlt2_
tracking
import
make_hlt2_tracks
from
RecoConf.hlt2_
global_reco
import
reconstruction
from
RecoConf.mc_checking
import
checker_trigger_objects
from
AllenConf.hlt1_reconstruction
import
hlt1_reconstruction
...
...
@@ -33,12 +33,12 @@ def reco():
pvs
=
make_all_pvs
()[
"
v1
"
]
hlt2_
tracks
=
make_hlt2_t
racks
(
light_reco
=
False
,
fast_reco
=
True
,
use_pr_kf
=
True
)
tracks
=
reconstruction
()[
"
T
racks
"
]
Velotracks
=
reconstruction
()[
"
VeloTracks
"
]
checker
=
checker_trigger_objects
(
allen_forward_tracks
[
"
v1
"
],
hlt2_
tracks
[
"
Best
"
][
"
v1
"
]
,
allen_pvs
,
pvs
,
allen_velo_tracks
[
"
v1
"
],
hlt2_
tracks
[
"
Velo
"
][
"
v1
"
]
)
allen_forward_tracks
[
"
v1
"
],
tracks
,
allen_pvs
,
pvs
,
allen_velo_tracks
[
"
v1
"
],
Velo
tracks
)
return
Reconstruction
(
'
hlt1
'
,
checker
,
[
require_gec
()])
...
...
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