Skip to content

Commit 2cb8f24

Browse files
HaiwangYulynnt20
authored andcommitted
Fix an issue from Andy
1 parent e1e7f8c commit 2cb8f24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/wcls-sim-drift-depoflux-nf-sp.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ local wcls_depoflux_writer = g.pnode({
127127
anodes: [wc.tn(anode) for anode in tools.anodes],
128128
field_response: wc.tn(tools.field),
129129
tick: 0.5 * wc.us,
130-
window_start: 0.0 * wc.ms,
130+
window_start: params.sim.tick0_time, // -205 * wc.us,
131131
window_duration: self.tick * params.daq.nticks,
132132
nsigma: 3.0,
133133

134-
reference_time: -1700 * wc.us,
134+
reference_time: - 1700 * wc.us - self.window_start, // target is tick 410 should be 3400
135135

136136
//energy: 1, # equivalent to use_energy = true
137137
simchan_label: 'simpleSC',

0 commit comments

Comments
 (0)