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 d049991 commit e109071Copy full SHA for e109071
1 file changed
sbncode/CAFMaker/FillReco.cxx
@@ -372,6 +372,8 @@ namespace caf
372
slice.correctedOpFlash.NuToFLight = _correctedOpFlash.NuToFLight;
373
slice.correctedOpFlash.NuToFCharge = _correctedOpFlash.NuToFCharge;
374
slice.correctedOpFlash.OpFlashT0Corrected = _correctedOpFlash.OpFlashT0Corrected;
375
+ slice.correctedOpFlash.ParticlePropagationTime = _correctedOpFlash.ParticlePropagationTime;
376
+ slice.correctedOpFlash.PhotonPropagationTime = _correctedOpFlash.PhotonPropagationTime;
377
}
378
379
0 commit comments