Skip to content

Commit 6900d02

Browse files
authored
Update chndb.jsonnet
1 parent eccedac commit 6900d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/pgrapher/experiment/uboone/chndb.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function(params, tools)
1111
wct: function(epoch="before") {
1212
type: "OmniChannelNoiseDB",
1313
name: "ocndb%s"%epoch,
14-
data : {dft: wc.tn(tools.dft)},
14+
data : {dft: wc.tn(tools.dft)}+
1515
if epoch == "perfect"
1616
then perfect(params, tools.anode, tools.field)
1717
else base(params, tools.anode, tools.field, rms_cuts[epoch]),

0 commit comments

Comments
 (0)