Skip to content

Commit 7e655c6

Browse files
committed
small fix
1 parent 6f0342b commit 7e655c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

icaruscode/PMT/Algorithms/PMTsimulationAlg.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ auto icarus::opdet::PMTsimulationAlg::CreateFullWaveform
256256

257257
/*
258258
mf::LogTrace("PMTsimulationAlg")
259-
<< "Photon at " << photonTime << ", optical time " << mytime
259+
<< "Channel " << channel << ": photon at " << photonTime << ", optical time " << mytime
260260
<< " (time delay " << timeDelay << ") "
261261
<< " => tick " << tick << " subtick " << subtick
262262
;

icaruscode/PMT/Algorithms/pmtsimulation_icarus.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ icarus_photoelectronresponse_run2_2025: {
186186
tool_type: SampledWaveformFunctionTool
187187

188188
WaveformData: "Responses/SPRisolHitRun9271_MV.txt"
189-
TransitTime: "14.0 ns" # from peak to response start
189+
TransitTime: "55.1 ns"
190190
Gain: @local::icarus_settings_opdet.nominalPMTgain
191191

192192
} # icarus_photoelectronresponse_run2_2025

0 commit comments

Comments
 (0)