Skip to content
Snippets Groups Projects
Commit b7185200 authored by decianm's avatar decianm
Browse files

enable fitting all tracks in hlt2 test without UT

parent a3685292
No related branches found
No related tags found
1 merge request!1715Split track types for monitoring and physics, add fitting (on demand) for monitoring
Pipeline #4463210 passed
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment