From 71a9c343cfaa37b8a63f424330ce23fda5a8f17b Mon Sep 17 00:00:00 2001 From: David Nathan Brown Date: Thu, 9 Oct 2025 17:44:04 -0700 Subject: [PATCH] Fix payload --- JobConfig/reco/prolog.fcl | 5 +++-- JobConfig/reco/regrowLH.fcl | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/JobConfig/reco/prolog.fcl b/JobConfig/reco/prolog.fcl index 038fdbd7..2ec054ea 100644 --- a/JobConfig/reco/prolog.fcl +++ b/JobConfig/reco/prolog.fcl @@ -400,8 +400,9 @@ Reconstruction.RegrowOutput : { @sequence::Reconstruction.GeneralProducts, @sequence::Reconstruction.HighRecoProducts, "drop *_*_*_Digitize", - "keep *_EWMProducer_*_Digitize", - "keep *_PBISim_*_Digitize", + "drop *_*_*_Mix", + "keep *_EWMProducer_*_*", + "keep *_PBISim_*_*", "drop *_*_*_Reconstruct", "keep mu2e::Calo*_*_*_Reconstruct", "keep mu2e::Crv*_*_*_Reconstruct", diff --git a/JobConfig/reco/regrowLH.fcl b/JobConfig/reco/regrowLH.fcl index f41e14b0..edd25af7 100644 --- a/JobConfig/reco/regrowLH.fcl +++ b/JobConfig/reco/regrowLH.fcl @@ -19,7 +19,7 @@ #include "Offline/fcl/standardServices.fcl" #include "Offline/TrkHitReco/fcl/prolog.fcl" #include "Offline/Mu2eKinKal/fcl/prolog.fcl" -#include "Production/JobConfig/recoMC/prolog.fcl" +#include "Production/JobConfig/reco/prolog.fcl" # process_name: Regrow source : { module_type : RootInput }