Skip to content

Commit 940f794

Browse files
committed
additional ch num fixes
1 parent 23259d6 commit 940f794

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ local chsel_pipes = [
256256
type: 'ChannelSelector',
257257
name: 'chsel%d' % n,
258258
data: {
259-
channels: std.range(5632 * n, 5632 * (n + 1) - 1),
259+
channels: std.range(5638 * n, 5638 * (n + 1) - 1),
260260
},
261261
}, nin=1, nout=1)
262262
for n in anode_iota

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ local chsel_pipes = [
260260
type: 'ChannelSelector',
261261
name: 'chsel%d' % n,
262262
data: {
263-
channels: std.range(5632 * n, 5632 * (n + 1) - 1),
263+
channels: std.range(5638 * n, 5638 * (n + 1) - 1),
264264
//tags: ['orig%d' % n], // traces tag
265265
},
266266
}, nin=1, nout=1)

0 commit comments

Comments
 (0)