Skip to content

Commit 5b3af6f

Browse files
committed
further lower signal contamination threshold
1 parent 2cb8f24 commit 5b3af6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/chndb-base.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function(params, anode, field, n, rms_cuts=[])
120120
response_offset: 125.6, // offset of the negative peak
121121
pad_window_front: 120, // 20,
122122
pad_window_back: 25, // 20
123-
decon_limit: 0.0035, // 0.02,
123+
decon_limit: 0.002, // 0.02,
124124
decon_limit1: 0.07,
125125
roi_min_max_ratio: 3.0,
126126
},
@@ -141,7 +141,7 @@ function(params, anode, field, n, rms_cuts=[])
141141
response_offset: 129.5,
142142
pad_window_front: 40, // 20
143143
pad_window_back: 30, // 20
144-
decon_limit: 0.003, // 0.01,
144+
decon_limit: 0.002, // 0.01,
145145
decon_limit1: 0.08,
146146
roi_min_max_ratio: 1.5,
147147
},

0 commit comments

Comments
 (0)