diff --git a/sbncode/CAFMaker/FillReco.cxx b/sbncode/CAFMaker/FillReco.cxx index f47265c1e..875ece098 100644 --- a/sbncode/CAFMaker/FillReco.cxx +++ b/sbncode/CAFMaker/FillReco.cxx @@ -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;