From 755759212bb9040d234940d3a22084cd2942b1fd Mon Sep 17 00:00:00 2001 From: Richard Bonventre Date: Mon, 8 Jun 2026 10:57:52 -0700 Subject: [PATCH] Regrow fcl fixes --- JobConfig/reco/prolog.fcl | 2 +- JobConfig/reco/regrowKL.fcl | 2 -- JobConfig/reco/regrowLH.fcl | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/JobConfig/reco/prolog.fcl b/JobConfig/reco/prolog.fcl index d85f249b..07de1de5 100644 --- a/JobConfig/reco/prolog.fcl +++ b/JobConfig/reco/prolog.fcl @@ -405,9 +405,9 @@ Reconstruction.RegrowOutput : { @sequence::Reconstruction.MidRecoProducts, "drop *_*_*_Digitize", "drop *_*_*_Mix", + "drop *_*_*_Reconstruct", "keep *_EWMProducer_*_*", "keep *_PBISim_*_*", - "drop *_*_*_Reconstruct", "keep mu2e::Calo*_*_*_Reconstruct", "keep mu2e::Crv*_*_*_Reconstruct", "keep mu2e::KalSeed*_SelectReco_*_*", diff --git a/JobConfig/reco/regrowKL.fcl b/JobConfig/reco/regrowKL.fcl index d6bab018..c60d99f2 100644 --- a/JobConfig/reco/regrowKL.fcl +++ b/JobConfig/reco/regrowKL.fcl @@ -24,14 +24,12 @@ physics : { KalSeedCollection : KKLine ComboHitCollection : RegrowSH StrawDigiIndexMap : "SelectReco:StrawDigiMap" - KalSeedMCAssns : "SelectReco" RefitSettings : { @table::Mu2eKinKal.REGROW BFieldCorrection : false } KKFitSettings : @local::Mu2eKinKal.KLDriftFit.KKFitSettings ExtrapolationSettings : @local::Mu2eKinKal.LHDRIFTXTRAP - MaterialSettings : @local::Mu2eKinKal.MAT debug : 0 } } diff --git a/JobConfig/reco/regrowLH.fcl b/JobConfig/reco/regrowLH.fcl index edd25af7..3738a724 100644 --- a/JobConfig/reco/regrowLH.fcl +++ b/JobConfig/reco/regrowLH.fcl @@ -37,7 +37,6 @@ physics : { ComboHitCollection : RegrowSH StrawDigiIndexMap : "SelectReco:StrawDigiMap" CaloClusterCollection : "CaloClusterMaker" - KalSeedMCAssns : "SelectReco" RefitSettings : { @table::Mu2eKinKal.REGROW BFieldCorrection : true @@ -48,7 +47,6 @@ physics : { AddHits : false } ExtrapolationSettings : @local::Mu2eKinKal.LHDRIFTXTRAP - MaterialSettings : @local::Mu2eKinKal.producers.KKDe.MaterialSettings Extend: false debug : 0 }