From db6673295f5ae42344d79776d6577e511583620f Mon Sep 17 00:00:00 2001 From: Linyan Wan Date: Tue, 16 Sep 2025 16:25:45 -0500 Subject: [PATCH] Move frameshift to bnb streams only --- sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl | 2 -- .../standard/caf/cafmakerjob_sbnd_data_sce_bnblight.fcl | 3 +++ .../standard/caf/cafmakerjob_sbnd_data_sce_bnbzerobias.fcl | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl index 9374f1e89..300791823 100644 --- a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl +++ b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl @@ -177,5 +177,3 @@ physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""] # input art file. physics.producers.cafmaker.SystWeightLabels: [] -physics.producers.cafmaker.SBNDFrameShiftInfoLabel: "frameshift" -physics.producers.cafmaker.SBNDTimingInfoLabel: "frameshift" diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnblight.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnblight.fcl index f3d0b8479..504429600 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnblight.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnblight.fcl @@ -1,3 +1,6 @@ #include "cafmakerjob_sbnd_data_sce.fcl" physics.producers.cafmaker.BNBPOTDataLabel: "bnbinfo" + +physics.producers.cafmaker.SBNDFrameShiftInfoLabel: "frameshift" +physics.producers.cafmaker.SBNDTimingInfoLabel: "frameshift" diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnbzerobias.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnbzerobias.fcl index 98df47ea2..4edc1eee5 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnbzerobias.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce_bnbzerobias.fcl @@ -1,3 +1,6 @@ #include "cafmakerjob_sbnd_data_sce.fcl" physics.producers.cafmaker.BNBPOTDataLabel: "sbndbnbzerobiasinfo" + +physics.producers.cafmaker.SBNDFrameShiftInfoLabel: "frameshift" +physics.producers.cafmaker.SBNDTimingInfoLabel: "frameshift"