From e109071434cbac35fed99810942138df976d62b8 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 2bb279b87..2a45ff525 100644 --- a/sbncode/CAFMaker/FillReco.cxx +++ b/sbncode/CAFMaker/FillReco.cxx @@ -372,6 +372,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; } }