From aff9d9fe7bb2a55b1a4576636293624c515a684f Mon Sep 17 00:00:00 2001 From: David Nathan Brown Date: Tue, 21 Apr 2026 13:11:25 -0700 Subject: [PATCH] Remove duplicate SelectReco calls --- JobConfig/reco/prolog.fcl | 11 +++-------- JobConfig/recoMC/prolog.fcl | 7 +------ 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/JobConfig/reco/prolog.fcl b/JobConfig/reco/prolog.fcl index 9c3fd918..27587942 100644 --- a/JobConfig/reco/prolog.fcl +++ b/JobConfig/reco/prolog.fcl @@ -365,21 +365,16 @@ Reconstruction.OnSpillPath : [ SelectReco ] -# OffSpill paths. Separate by fit type -Reconstruction.OffSpillPath : [ +Reconstruction.CentralHelixPath : [ @sequence::Reconstruction.PreTrk, @sequence::Reconstruction.OffSpillTrk, - SelectReco -] - -Reconstruction.CentralHelixPath : [ - @sequence::Reconstruction.OffSpillPath, CHFilter, SelectReco ] Reconstruction.LoopHelixPath : [ - @sequence::Reconstruction.OffSpillPath, + @sequence::Reconstruction.PreTrk, + @sequence::Reconstruction.OffSpillTrk, LHFilter, SelectReco ] diff --git a/JobConfig/recoMC/prolog.fcl b/JobConfig/recoMC/prolog.fcl index c5c76462..c477ce30 100644 --- a/JobConfig/recoMC/prolog.fcl +++ b/JobConfig/recoMC/prolog.fcl @@ -67,7 +67,7 @@ Reconstruction : { @table::Reconstruction # full MC sequence; form the Calo and CRV matching, and compress based on reco content # temporary build surface steps from StepPointMCs; this is a patch - MCReco : [@sequence::CaloMC.TruthMatch, CrvCoincidenceClusterMatchMC, SelectReco, compressRecoMCs, CrvCoincidenceClusterMCAssns ] + MCReco : [@sequence::CaloMC.TruthMatch, CrvCoincidenceClusterMatchMC, compressRecoMCs, CrvCoincidenceClusterMCAssns ] # MC truth matched to reco HighRecoMCProducts : [ @@ -95,11 +95,6 @@ Reconstruction.OnSpillPath : [ @sequence::Reconstruction.MCReco ] -Reconstruction.OffSpillPath : [ - @sequence::Reconstruction.OffSpillPath, - @sequence::Reconstruction.MCReco -] - Reconstruction.CentralHelixPath : [ @sequence::Reconstruction.CentralHelixPath, @sequence::Reconstruction.MCReco