From 7e78ff8479e808c5fd8f7bed53532eaf3d82360e Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Thu, 26 Jun 2025 07:50:45 -0500 Subject: [PATCH] introduced flashClassification at the slc level via barycenterFM --- sbncode/CAFMaker/FillReco.cxx | 1 + 1 file changed, 1 insertion(+) 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;