From f27319a5b3a7cb08b594eca34899f053d7c61003 Mon Sep 17 00:00:00 2001 From: David Nathan Brown Date: Sat, 8 Aug 2026 16:38:49 -0700 Subject: [PATCH] Follow change in Offline PR 1917 --- fcl/CompareDeTracks.fcl | 2 +- fcl/from_dig-DeCalib.fcl | 1 + fcl/from_mcs-mockdata.fcl | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fcl/CompareDeTracks.fcl b/fcl/CompareDeTracks.fcl index 71903697..cda6cc49 100644 --- a/fcl/CompareDeTracks.fcl +++ b/fcl/CompareDeTracks.fcl @@ -40,7 +40,7 @@ physics : MinDeltaNHitFraction : 0.0 MinActiveHits : 15 } - SelectBestPair : 0 # select highest-momentum match + SelectBestPair : "HitFraction" # select best match based on hit overlap debugLevel : 0 } } diff --git a/fcl/from_dig-DeCalib.fcl b/fcl/from_dig-DeCalib.fcl index c6c3dba8..bbec1a01 100644 --- a/fcl/from_dig-DeCalib.fcl +++ b/fcl/from_dig-DeCalib.fcl @@ -25,6 +25,7 @@ physics : @sequence::Reconstruction.DeReco, @sequence::Reconstruction.CrvReco, KSFDeCalib, + SelectReco, MergeKKDeCalib, TrkQualDe, @sequence::Reconstruction.MCReco diff --git a/fcl/from_mcs-mockdata.fcl b/fcl/from_mcs-mockdata.fcl index 04f965fb..1de88fef 100644 --- a/fcl/from_mcs-mockdata.fcl +++ b/fcl/from_mcs-mockdata.fcl @@ -23,4 +23,3 @@ physics.end_paths : [ EventNtupleEndPath ] #include "Production/JobConfig/common/epilog.fcl" services.TFileService.fileName: "nts.owner.description.version.sequencer.root" -