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
b7185200
Commit
b7185200
authored
2 years ago
by
decianm
Browse files
Options
Downloads
Patches
Plain Diff
enable fitting all tracks in hlt2 test without UT
parent
a3685292
No related branches found
No related tags found
1 merge request
!1715
Split track types for monitoring and physics, add fitting (on demand) for monitoring
Pipeline
#4463210
passed
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
Hlt/RecoConf/options/hlt2_light_reco_pr_kf_without_UT_with_mcchecking.py
+1
-1
1 addition, 1 deletion
...tions/hlt2_light_reco_pr_kf_without_UT_with_mcchecking.py
with
1 addition
and
1 deletion
Hlt/RecoConf/options/hlt2_light_reco_pr_kf_without_UT_with_mcchecking.py
+
1
−
1
View file @
b7185200
...
...
@@ -15,6 +15,6 @@ from RecoConf.mc_checking import check_track_resolution
options
.
ntuple_file
=
'
hlt2_light_reco_pr_kf_without_UT_with_mcchecking.root
'
with
standalone_hlt2_light_reco_without_UT
.
bind
(
do_mc_checking
=
True
,
do_data_monitoring
=
True
),
\
do_mc_checking
=
True
,
do_data_monitoring
=
True
,
monitor_all_tracks
=
True
),
\
check_track_resolution
.
bind
(
per_hit_resolutions
=
True
,
split_per_type
=
True
):
run_reconstruction
(
options
,
standalone_hlt2_light_reco_without_UT
)
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