From 240b73c82670b0e41f458424fc1ccfcd9085606d Mon Sep 17 00:00:00 2001 From: nathanielerowe <70993723+nathanielerowe@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:31:33 -0600 Subject: [PATCH] fix module fcl issue --- sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl b/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl index 88201c999..af2f8d1ac 100644 --- a/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl +++ b/sbncode/BeamSpillInfoRetriever/job/run_sbndbnbextinfo_sbn.fcl @@ -34,7 +34,7 @@ physics: { stream1: [ out1 ] } -physics.producers.sbndbnbextinfo.module_type: "SBNDBNBEXTRetriever" +physics.producers.bnbextinfo.module_type: "SBNDBNBEXTRetriever" outputs: { out1: { @@ -44,4 +44,4 @@ outputs: { compressionLevel: 1 } } -physics.producers.sbndbnbextinfo.fileNames: @local::outputs.out1.fileName +physics.producers.bnbextinfo.fileNames: @local::outputs.out1.fileName