Skip to content

Commit

Permalink
Increase max_contrib_segments to 300
Browse files Browse the repository at this point in the history
In MR5 there were six files where the previous value of 200 was
insufficient. This change should go into `develop` but the
memory/storage implications should be studied first.
  • Loading branch information
mjkramer committed Mar 20, 2024
1 parent de14562 commit e6401c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamls/proto_nd_flow/reco/charge/CalibHitMerger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ params:
# inputs
events_dset_name: 'charge/events'
hits_name: 'charge/calib_prompt_hits'
max_contrib_segments: 200
max_contrib_segments: 300
merge_cut: 65 # merge hits with delta t < merge_cut [CRS ticks]
max_merge_steps: 50 # max number of iterations when merging
# adjacent packets in time on the same channel
Expand Down

0 comments on commit e6401c3

Please sign in to comment.