Skip to content

Commit 3a6b064

Browse files
Move flash merging threshold to the right location for SBND configs
1 parent 340c7cc commit 3a6b064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/sbnd/sbnd_full_chain_250328.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,10 @@ post:
489489
alpha: 0.21 # Light yield calculation - https://arxiv.org/pdf/1909.07920
490490
recombination_mip: 0.6 # 0.65 used in studies - https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=38164
491491
merge:
492+
threshold: 1.0 #Merge threshold in us, if two flashes occur within this window and are in opposite volumes, they are merged
492493
window: [-2.0,2.0] #Time window (us) to merge flashes. If flash times are outside of this window they are not considered for merging.
493494
combine_volumes: true #If true, combine flashes that are within the window. If false, do not combine flashes.
494495
update_flashes: false #store the original flashes in the output
495-
threshold: 1.0 #Merge threshold in us, if two flashes occur within this window and are in opposite volumes, they are merged
496496
priority: 3
497497
shape_logic:
498498
enforce_pid: true

config/sbnd/sbnd_full_chain_data_250328.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,10 @@ post:
439439
alpha: 0.21 # Light yield calculation - https://arxiv.org/pdf/1909.07920
440440
recombination_mip: 0.6 # 0.65 used in studies - https://sbn-docdb.fnal.gov/cgi-bin/sso/ShowDocument?docid=38164
441441
merge:
442+
threshold: 1.0 #Merge threshold in us, if two flashes occur within this window and are in opposite volumes, they are merged
442443
window: [-2.0,2.0] #Time window (us) to merge flashes. If flash times are outside of this window they are not considered for merging.
443444
combine_volumes: true #If true, combine flashes that are within the window. If false, do not combine flashes.
444445
update_flashes: false #store the original flashes in the output
445-
threshold: 1.0 #Merge threshold in us, if two flashes occur within this window and are in opposite volumes, they are merged
446446
priority: 3
447447
shape_logic:
448448
enforce_pid: true

0 commit comments

Comments
 (0)