We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49df67 commit 7e78ff8Copy full SHA for 7e78ff8
1 file changed
sbncode/CAFMaker/FillReco.cxx
@@ -991,6 +991,7 @@ namespace caf
991
slice.barycenterFM.flashPEs = matchInfo->flashPEs;
992
slice.barycenterFM.flashCenter = SRVector3D (matchInfo->flashCenter.x(), matchInfo->flashCenter.y(), matchInfo->flashCenter.z());
993
slice.barycenterFM.flashWidth = SRVector3D (matchInfo->flashWidth.x(), matchInfo->flashWidth.y(), matchInfo->flashWidth.z());
994
+ slice.barycenterFM.flashClassification = matchInfo->flashClassification;
995
slice.barycenterFM.deltaT = matchInfo->deltaT;
996
slice.barycenterFM.deltaY = matchInfo->deltaY;
997
slice.barycenterFM.deltaZ = matchInfo->deltaZ;
0 commit comments