Skip to content

Commit 7e78ff8

Browse files
committed
introduced flashClassification at the slc level via barycenterFM
1 parent d49df67 commit 7e78ff8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sbncode/CAFMaker/FillReco.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -991,6 +991,7 @@ namespace caf
991991
slice.barycenterFM.flashPEs = matchInfo->flashPEs;
992992
slice.barycenterFM.flashCenter = SRVector3D (matchInfo->flashCenter.x(), matchInfo->flashCenter.y(), matchInfo->flashCenter.z());
993993
slice.barycenterFM.flashWidth = SRVector3D (matchInfo->flashWidth.x(), matchInfo->flashWidth.y(), matchInfo->flashWidth.z());
994+
slice.barycenterFM.flashClassification = matchInfo->flashClassification;
994995
slice.barycenterFM.deltaT = matchInfo->deltaT;
995996
slice.barycenterFM.deltaY = matchInfo->deltaY;
996997
slice.barycenterFM.deltaZ = matchInfo->deltaZ;

0 commit comments

Comments
 (0)