Skip to content

Commit 22e0e8e

Browse files
authored
Merge pull request #834 from SBNSoftware/feature/gputnam-ctoffset
Fix ctoffset to match RawDigit/Deconvolved collection hit time
2 parents 8ea5c13 + 42d05b6 commit 22e0e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

icaruscode/TPC/ICARUSWireCell/icarus/sp.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function(params, tools, override = {}) {
2424
dft: wc.tn(tools.dft),
2525
field_response: wc.tn(tools.field),
2626
ftoffset: 0.0, // default 0.0
27-
ctoffset: 0.5*wc.microsecond, //2.0*wc.microsecond, // default -8.0
27+
ctoffset: 1.3*wc.microsecond, //2.0*wc.microsecond, // default -8.0
2828
per_chan_resp: pc.name,
2929
fft_flag: 0, // 1 is faster but higher memory, 0 is slightly slower but lower memory
3030
elecresponse : wc.tn(tools.elec_resp[2]),

0 commit comments

Comments
 (0)