Skip to content

Commit 8642baf

Browse files
committed
actually update RC response value in simulation
1 parent f6d2f36 commit 8642baf

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/simparams.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ base {
159159
},
160160

161161
rc_resp: {
162-
width: 1.1*wc.ms,
162+
width: 0.5*wc.ms,
163163
rc_layers: 1, // 1
164164
}
165165
}

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/sp-filters.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ local wf(name, data={}) = {
7676
lf('ROI_tight_lf', { tau: 0.0185 * wc.megahertz }), // 0.02
7777
lf('ROI_tighter_lf', { tau: 0.145 * wc.megahertz }), // 0.1
7878
lf('ROI_loose_lf', { tau: 0.00175 * wc.megahertz }), // 0.0025
79-
// lf('ROI_loose_lf', { tau: 0.008 * wc.megahertz }), // 0.0025
8079

8180
hf('Gaus_tight'),
8281
hf('Gaus_wide', { sigma: 0.10 * wc.megahertz }),

0 commit comments

Comments
 (0)