From 45752cb3c215946795e698ab19ade4f76935d846 Mon Sep 17 00:00:00 2001 From: Nathaniel Date: Fri, 19 Sep 2025 11:40:17 -0500 Subject: [PATCH] bug fix --- sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl b/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl index 4f8505cb1..602bfe3f3 100644 --- a/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl +++ b/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbinfo_sbn.fcl @@ -34,7 +34,7 @@ physics: { stream1: [ out1 ] } -physics.producers.sbndbnbinfo.module_type: "SBNDBNBRetriever" +physics.producers.bnbinfo.module_type: "SBNDBNBRetriever" outputs: { out1: { @@ -45,4 +45,4 @@ outputs: { } } -physics.producers.sbndbnbinfo.fileNames: @local::outputs.out1.fileName +physics.producers.bnbinfo.fileNames: @local::outputs.out1.fileName