Skip to content

Commit 23259d6

Browse files
committed
fix the total number of ch in main jsonnets
1 parent b7f25b2 commit 23259d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/WireCell/cfg/pgrapher/experiment/sbnd/wcls-nf-sp-data.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ local chsel_pipes = [
140140
type: 'ChannelSelector',
141141
name: 'chsel%d' % n,
142142
data: {
143-
channels: std.range(5632 * n, 5632 * (n + 1) - 1),
143+
channels: std.range(5638 * n, 5638 * (n + 1) - 1),
144144
//tags: ['orig%d' % n], // traces tag
145145
},
146146
}, nin=1, nout=1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ local chsel_pipes = [
122122
type: 'ChannelSelector',
123123
name: 'chsel%d' % n,
124124
data: {
125-
channels: std.range(5632 * n, 5632 * (n + 1) - 1),
125+
channels: std.range(5638 * n, 5638 * (n + 1) - 1),
126126
//tags: ['orig%d' % n], // traces tag
127127
},
128128
}, nin=1, nout=1)

0 commit comments

Comments
 (0)