From c6a65a337ba8e1e8c48a947346bf9b8ef05b0ba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1nchez=20Castillo?= Date: Tue, 21 Jul 2026 09:43:30 -0500 Subject: [PATCH] Add propagation time information on corrected opflash --- sbncode/CAFMaker/FillReco.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbncode/CAFMaker/FillReco.cxx b/sbncode/CAFMaker/FillReco.cxx index 77420f1bb..e196c9894 100644 --- a/sbncode/CAFMaker/FillReco.cxx +++ b/sbncode/CAFMaker/FillReco.cxx @@ -387,6 +387,8 @@ namespace caf slice.correctedOpFlash.NuToFLight = _correctedOpFlash.NuToFLight; slice.correctedOpFlash.NuToFCharge = _correctedOpFlash.NuToFCharge; slice.correctedOpFlash.OpFlashT0Corrected = _correctedOpFlash.OpFlashT0Corrected; + slice.correctedOpFlash.ParticlePropagationTime = _correctedOpFlash.ParticlePropagationTime; + slice.correctedOpFlash.PhotonPropagationTime = _correctedOpFlash.PhotonPropagationTime; } }