Skip to content

Commit c6a65a3

Browse files
Add propagation time information on corrected opflash
1 parent cb5ee0d commit c6a65a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sbncode/CAFMaker/FillReco.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ namespace caf
387387
slice.correctedOpFlash.NuToFLight = _correctedOpFlash.NuToFLight;
388388
slice.correctedOpFlash.NuToFCharge = _correctedOpFlash.NuToFCharge;
389389
slice.correctedOpFlash.OpFlashT0Corrected = _correctedOpFlash.OpFlashT0Corrected;
390+
slice.correctedOpFlash.ParticlePropagationTime = _correctedOpFlash.ParticlePropagationTime;
391+
slice.correctedOpFlash.PhotonPropagationTime = _correctedOpFlash.PhotonPropagationTime;
390392
}
391393
}
392394

0 commit comments

Comments
 (0)