Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sbncode/CAFMaker/FillReco.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -991,6 +991,7 @@ namespace caf
slice.barycenterFM.flashPEs = matchInfo->flashPEs;
slice.barycenterFM.flashCenter = SRVector3D (matchInfo->flashCenter.x(), matchInfo->flashCenter.y(), matchInfo->flashCenter.z());
slice.barycenterFM.flashWidth = SRVector3D (matchInfo->flashWidth.x(), matchInfo->flashWidth.y(), matchInfo->flashWidth.z());
slice.barycenterFM.flashClassification = matchInfo->flashClassification;
slice.barycenterFM.deltaT = matchInfo->deltaT;
slice.barycenterFM.deltaY = matchInfo->deltaY;
slice.barycenterFM.deltaZ = matchInfo->deltaZ;
Expand Down