From 42d05b6f7291a8b291260f36b6d82caf1a5689d2 Mon Sep 17 00:00:00 2001 From: Gray Putnam Date: Wed, 18 Jun 2025 14:30:31 -0500 Subject: [PATCH] Fix ctoffset to match RawDigit/Deconvolved collection hit time. --- icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet b/icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet index 10650e6bd..96a4a7d78 100644 --- a/icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet +++ b/icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet @@ -24,7 +24,7 @@ function(params, tools, override = {}) { dft: wc.tn(tools.dft), field_response: wc.tn(tools.field), ftoffset: 0.0, // default 0.0 - ctoffset: 0.5*wc.microsecond, //2.0*wc.microsecond, // default -8.0 + ctoffset: 1.3*wc.microsecond, //2.0*wc.microsecond, // default -8.0 per_chan_resp: pc.name, fft_flag: 0, // 1 is faster but higher memory, 0 is slightly slower but lower memory elecresponse : wc.tn(tools.elec_resp[2]),