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; } }