From 094b89eecf4f9cc0f7de9d715ced745d0b8e3d11 Mon Sep 17 00:00:00 2001 From: nathanielerowe <70993723+nathanielerowe@users.noreply.github.com> Date: Sun, 4 May 2025 10:34:18 -0500 Subject: [PATCH 1/2] Update cafmakerjob_icarus_data.fcl Use new product labels --- fcl/caf/cafmakerjob_icarus_data.fcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fcl/caf/cafmakerjob_icarus_data.fcl b/fcl/caf/cafmakerjob_icarus_data.fcl index 6910b95cd..f5734b87c 100644 --- a/fcl/caf/cafmakerjob_icarus_data.fcl +++ b/fcl/caf/cafmakerjob_icarus_data.fcl @@ -31,5 +31,7 @@ physics.producers.cafmaker.GenLabel: "" physics.producers.cafmaker.SimChannelLabel: "" physics.producers.cafmaker.SystWeightLabels: [] physics.producers.cafmaker.SaveGENIEEventRecord: false +physics.producers.cafmaker.BNBPOTDataLabel: "icarusbnbinfo" +physics.producers.cafmaker.OffBeamBNBCountDataLabel: "icarusbnbextinfo" physics.producers.cafmaker.TriggerLabel: "daqTrigger" # the general configuration, for MC, has a different one (see also https://github.com/SBNSoftware/icaruscode/issues/556) From 66a4375ef21f25fddffd3be62506a5b6e4a641be Mon Sep 17 00:00:00 2001 From: nathanielerowe <70993723+nathanielerowe@users.noreply.github.com> Date: Tue, 6 May 2025 00:36:54 -0500 Subject: [PATCH 2/2] Update cafmakerjob_icarus_data.fcl small typo in label name --- fcl/caf/cafmakerjob_icarus_data.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/caf/cafmakerjob_icarus_data.fcl b/fcl/caf/cafmakerjob_icarus_data.fcl index f5734b87c..06acbbddf 100644 --- a/fcl/caf/cafmakerjob_icarus_data.fcl +++ b/fcl/caf/cafmakerjob_icarus_data.fcl @@ -32,6 +32,6 @@ physics.producers.cafmaker.SimChannelLabel: "" physics.producers.cafmaker.SystWeightLabels: [] physics.producers.cafmaker.SaveGENIEEventRecord: false physics.producers.cafmaker.BNBPOTDataLabel: "icarusbnbinfo" -physics.producers.cafmaker.OffBeamBNBCountDataLabel: "icarusbnbextinfo" +physics.producers.cafmaker.OffbeamBNBCountDataLabel: "icarusbnbextinfo" physics.producers.cafmaker.TriggerLabel: "daqTrigger" # the general configuration, for MC, has a different one (see also https://github.com/SBNSoftware/icaruscode/issues/556)