Skip to content

Commit cfc2cae

Browse files
committed
update RC response to 0.5 ms, add documentation on bad channels
1 parent 18992b0 commit cfc2cae

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ 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+
// Jumpered region: 4800:4805 (inclusive, East Y), 10438:10443 (inclusive, West Y)
31+
// No response: 546, 607, 8574
3032
// Shorted channels: 7169 (West U), 8378 (West V).
3133
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3234
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
33-
// So in total, there are 76 bad channels.
35+
// So in total, there are 88 bad channels.
3436
//
3537
//bad: [],
3638
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],
@@ -61,7 +63,7 @@ function(params, anode, field, n, rms_cuts=[])
6163
max_rms_cut: 30.0, // units???
6264

6365
// parameter used to make "rcrc" spectrum
64-
rcrc: 1.1 * wc.millisecond, // 1.1 for collection, 3.3 for induction
66+
rcrc: 0.5 * wc.millisecond, // 1.1 for collection, 3.3 for induction
6567
rc_layers: 1, // default 2
6668

6769
// parameters used to make "config" spectrum

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ 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+
// Jumpered region: 4800:4805 (inclusive, East Y), 10438:10443 (inclusive, West Y)
31+
// No response: 546, 607, 8574
3032
// Shorted channels: 7169 (West U), 8378 (West V).
3133
// There are four physically missing wires ( = bad channels) due to combs, in the center of each 1/2 APA.
3234
// They are 4374 and 5231 (East Y), 10012 and 10869 (West Y).
33-
// So in total, there are 76 bad channels.
35+
// So in total, there are 88 bad channels.
3436
//
3537
//bad: [],
3638
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],
@@ -61,7 +63,7 @@ function(params, anode, field, n, rms_cuts=[])
6163
max_rms_cut: 30.0, // units???
6264

6365
// parameter used to make "rcrc" spectrum
64-
rcrc: 1.1 * wc.millisecond, // 1.1 for collection, 3.3 for induction
66+
rcrc: 0.5 * wc.millisecond, // 1.1 for collection, 3.3 for induction
6567
rc_layers: 1, // default 2
6668

6769
// parameters used to make "config" spectrum

0 commit comments

Comments
 (0)