Skip to content

Commit f017706

Browse files
reduce number of wc_device params
1 parent 03aba35 commit f017706

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

sbndcode/JobConfigurations/dnnroi/standard_detsim_sbnd_bothrois.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
#include "standard_detsim_sbnd.fcl"
88

99
physics.producers.simtpc2d: @local::sbnd_wcls_simsp_bothrois
10-
physics.producers.simtpc2d.wcls_main.params.wc_device: "cpu"

sbndcode/JobConfigurations/dnnroi/standard_detsim_sbnd_dnnroi.fcl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
#include "standard_detsim_sbnd.fcl"
99

1010
physics.producers.simtpc2d: @local::sbnd_wcls_simsp_dnnroi
11-
physics.producers.simtpc2d.wcls_main.params.wc_device: "cpu"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ local dnnroi_model_p1 = std.extVar('dnnroi_model_p1');
3333
local g = import 'pgraph.jsonnet';
3434
local f = import 'pgrapher/experiment/sbnd/funcs.jsonnet';
3535
local wc = import 'wirecell.jsonnet';
36-
local tools_maker = import 'pgrapher/common/tools.jsonnet';
36+
local tools_maker = import 'pgrapher/common/tools.jsonnet';'
3737
3838
local simu_params = import 'simparams.jsonnet';
3939
local params = simu_params;

sbndcode/WireCell/wcsimsp_sbnd.fcl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ sbnd_wcls_simsp.wcls_main.params: {
4343

4444
## Set "data" vs. "sim". The epoch below probably should follow suit.
4545
reality: "sim"
46-
46+
47+
## if using dnnroi, use this device
48+
wc_device: "cpu"
49+
4750
## if epoch is "dynamic" you MUST add
4851
## "wclsMultiChannelNoiseDB" to "inputers" and must NOT
4952
## add it if not "dynamic"
@@ -156,7 +159,6 @@ sbnd_wcls_samples_rec.wcls_main.params: {
156159

157160
## Set "data" vs. "sim". The epoch below probably should follow suit.
158161
reality: "sim"
159-
160162
## if epoch is "dynamic" you MUST add
161163
## "wclsMultiChannelNoiseDB" to "inputers" and must NOT
162164
## add it if not "dynamic"
@@ -199,7 +201,7 @@ sbnd_wcls_samples_tru.wcls_main.params: {
199201

200202
## Set "data" vs. "sim". The epoch below probably should follow suit.
201203
reality: "sim"
202-
204+
203205
## if epoch is "dynamic" you MUST add
204206
## "wclsMultiChannelNoiseDB" to "inputers" and must NOT
205207
## add it if not "dynamic"

0 commit comments

Comments
 (0)