We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ee0d commit c6a65a3Copy full SHA for c6a65a3
1 file changed
sbncode/CAFMaker/FillReco.cxx
@@ -387,6 +387,8 @@ namespace caf
387
slice.correctedOpFlash.NuToFLight = _correctedOpFlash.NuToFLight;
388
slice.correctedOpFlash.NuToFCharge = _correctedOpFlash.NuToFCharge;
389
slice.correctedOpFlash.OpFlashT0Corrected = _correctedOpFlash.OpFlashT0Corrected;
390
+ slice.correctedOpFlash.ParticlePropagationTime = _correctedOpFlash.ParticlePropagationTime;
391
+ slice.correctedOpFlash.PhotonPropagationTime = _correctedOpFlash.PhotonPropagationTime;
392
}
393
394
0 commit comments