From d6c25f6d8a35f68592449bd6a6163765f1df51dd Mon Sep 17 00:00:00 2001 From: David Nathan Brown Date: Mon, 27 Oct 2025 10:32:56 -0700 Subject: [PATCH] Fix output name --- JobConfig/reco/NoField.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JobConfig/reco/NoField.fcl b/JobConfig/reco/NoField.fcl index ea6f0f8d..c42a7438 100644 --- a/JobConfig/reco/NoField.fcl +++ b/JobConfig/reco/NoField.fcl @@ -7,7 +7,7 @@ outputs: { KinematicLineOutput : { @table::Reconstruction.Output SelectEvents : [ "RecoPath" ] - fileName: "mcs.owner.description.version.sequencer.art" + fileName: "rec.owner.description.version.sequencer.art" } }