Skip to content

Commit edad3bd

Browse files
author
Mun Jung Jung
committed
save simdigits for training files
1 parent 8b7df04 commit edad3bd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sbndcode/WireCell/wcsimsp_sbnd.fcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ sbnd_wcls_samples_rec: @local::sbnd_wcls
128128
sbnd_wcls_samples_rec.wcls_main.plugins: ["WireCellGen", "WireCellSigProc", "WireCellRoot", "WireCellPgraph", "WireCellLarsoft", "WireCellTbb", "WireCellPytorch", "WireCellHio"]
129129
sbnd_wcls_samples_rec.wcls_main.configs: ["pgrapher/experiment/sbnd/wcls-sim-drift-depoflux-nf-sp-samples_rec.jsonnet"]
130130
sbnd_wcls_samples_rec.wcls_main.inputers: ["wclsSimDepoSetSource:"]
131-
sbnd_wcls_samples_rec.wcls_main.outputers:[]
131+
sbnd_wcls_samples_rec.wcls_main.outputers:[ "wclsDepoFluxWriter:postdrift", "wclsFrameSaver:simdigits"]
132132
sbnd_wcls_samples_rec.wcls_main.params: {
133133
## This locates the input SimEnergyDeposits in the art::Event
134134
inputTag: "ionandscint:"
@@ -147,7 +147,7 @@ sbnd_wcls_samples_rec.wcls_main.params: {
147147
## If save_simdigits="false", comment line with "wclsFrameSaver:simdigits" in outputers
148148
## If save_simdigits="true", uncomment line with "wclsFrameSaver:simdigits" in outputers
149149
## this is whether or not to save raw digits!!!
150-
save_simdigits: "false"
150+
save_simdigits: "true"
151151

152152
save_track_id: "true"
153153
}
@@ -171,7 +171,7 @@ sbnd_wcls_samples_tru: @local::sbnd_wcls
171171
sbnd_wcls_samples_tru.wcls_main.plugins: ["WireCellGen", "WireCellSigProc", "WireCellRoot", "WireCellPgraph", "WireCellLarsoft", "WireCellTbb", "WireCellPytorch", "WireCellHio"]
172172
sbnd_wcls_samples_tru.wcls_main.configs: ["pgrapher/experiment/sbnd/wcls-sim-drift-depoflux-nf-sp-samples_tru.jsonnet"]
173173
sbnd_wcls_samples_tru.wcls_main.inputers: ["wclsSimDepoSource:"]
174-
sbnd_wcls_samples_tru.wcls_main.outputers:[]
174+
sbnd_wcls_samples_tru.wcls_main.outputers:["wclsDepoFluxWriter:postdrift", "wclsFrameSaver:simdigits"]
175175
sbnd_wcls_samples_tru.wcls_main.params: {
176176
## This locates the input SimEnergyDeposits in the art::Event
177177
inputTag: "ionandscint:"
@@ -190,7 +190,7 @@ sbnd_wcls_samples_tru.wcls_main.params: {
190190
## If save_simdigits="false", comment line with "wclsFrameSaver:simdigits" in outputers
191191
## If save_simdigits="true", uncomment line with "wclsFrameSaver:simdigits" in outputers
192192
## this is whether or not to save raw digits!!!
193-
save_simdigits: "false"
193+
save_simdigits: "true"
194194

195195
save_track_id: "true"
196196
}

0 commit comments

Comments
 (0)