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"