Skip to content
Snippets Groups Projects
Commit c73332b4 authored by hallc-online's avatar hallc-online Committed by Mark K Jones
Browse files

Updated htracking and ptracking PARAMs to improve efficiency

parent bee4ca76
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,10 @@ hstub_max_xpdiff = .05
; hypt_track_criterion
; recommended value for hspace_point_criterion ( based on meeting
; Feb 2003)
hxt_track_criterion = 10.
;hyt_track_criterion = 4.
hxt_track_criterion = 100.
hyt_track_criterion = 20. ;for cosmics
hxpt_track_criterion = 0.2
hypt_track_criterion = 0.5
hxpt_track_criterion = 1.0
hypt_track_criterion = 1.0
;
; hsingle_stub If .ne. 0 make a track of each single stub
hsingle_stub = 0
......@@ -92,4 +91,4 @@ hstub_max_xpdiff = .05
hyhiscin = 7, 7
; htrack_eff_test_scin_planes is the number of planes nec needed to
; set sweet spot to true. 4 is extra clean, 3 is good enough for e-'s.
htrack_eff_test_num_scin_planes = 3
htrack_eff_test_num_scin_planes = 4
......@@ -7,10 +7,10 @@
pmax_pr_hits = 25, 25
; pminhit(i) minimum number of hits in each space point (one for each chamber)
pmin_hit = 5, 5
pmin_hit = 4, 4
; hmin_combos(i) minimum number of pairs in each space point ( one per chamber)
; should be 3/3 for 4/6 tracking, and 4/4 for 5/6 tracking (JRA)
pmin_combos = 6, 6
pmin_combos = 3, 3
; hspace_point_criterion(i) minimum separation of distinct space points
; recommended value for hspace_point_criterion ( based on meeting
; Feb 2003)
......@@ -89,4 +89,4 @@ pntracks_max_fp = 10
pyhiscin = 7, 7
; ptrack_eff_test_scin_planes is the number of planes nec needed to
; set sweet spot to true. 4 is extra clean, 3 is good enough for e-'s.
ptrack_eff_test_num_scin_planes = 3
ptrack_eff_test_num_scin_planes = 4
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