Skip to content

Commit 4a73811

Browse files
committed
using updated geometry
1 parent 199e29a commit 4a73811

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ function(params, anode, field, n, rms_cuts=[])
2727
// Externally determined "bad" channels.
2828
//
2929
// Dead channels: 3232:3263 (inclusive) (East V). 4160:4191 (East Y)
30-
// Shorted channels: 7163, 8372. --> this seems a bit different from your reporting, you could check it in data.
30+
// Shorted channels: 7169 (West U), 8378 (West V).
3131
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
32-
// They are 4374 and 5225 on the East, 10006 and 10857 on the West.
33-
// So in total, there are 70 bad channels.
32+
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
33+
// So in total, there are 76 bad channels.
3434
//
3535
//bad: [],
36-
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4385, 5060, 5220, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10863],
36+
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4800, 4801, 4802, 4803, 4804, 4805, 5060, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10869, 10438, 10439, 10440, 10441, 10442, 10443],
3737

3838
// Overide defaults for specific channels. If an info is
3939
// mentioned for a particular channel in multiple objects in this

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ function(params, anode, field, n, rms_cuts=[])
2727
// Externally determined "bad" channels.
2828
//
2929
// Dead channels: 3232:3263 (inclusive) (East V). 4160:4191 (East Y)
30-
// Shorted channels: 7163, 8372. --> this seems a bit different from your reporting, you could check it in data.
30+
// Shorted channels: 7169 (West U), 8378 (West V).
3131
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
32-
// They are 4374 and 5225 on the East, 10006 and 10857 on the West.
33-
// So in total, there are 70 bad channels.
32+
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
33+
// So in total, there are 76 bad channels.
3434
//
3535
//bad: [],
36-
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4385, 5060, 5220, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10863],
36+
bad: [546, 607] + std.range(3232, 3263) + std.range(4160, 4191) + [4374, 4800, 4801, 4802, 4803, 4804, 4805, 5060, 5231, 5636, 5637, 7169, 8378, 8574, 10012, 10869, 10438, 10439, 10440, 10441, 10442, 10443],
3737

3838
// Overide defaults for specific channels. If an info is
3939
// mentioned for a particular channel in multiple objects in this

0 commit comments

Comments
 (0)