From b275e9859367bab7bb15068cd7f1b9a1e29b7a69 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 14 Nov 2025 14:28:46 -0600 Subject: [PATCH] Added VP873 Offsets into CAFMaker --- sbncode/CAFMaker/FillExposure.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sbncode/CAFMaker/FillExposure.cxx b/sbncode/CAFMaker/FillExposure.cxx index 195884698..c9f7b812c 100644 --- a/sbncode/CAFMaker/FillExposure.cxx +++ b/sbncode/CAFMaker/FillExposure.cxx @@ -25,6 +25,7 @@ namespace caf single_store.VPTG2 = info.VPTG2; single_store.FOM = info.FOM; single_store.VP873 = info.VP873; + single_store.VP873Offset = info.VP873Offset; single_store.VP875Offset = info.VP875Offset; single_store.HP875Offset = info.HP875Offset; single_store.VPTG1Offset = info.VPTG1Offset;