From ea8acfbce1e18187f0c9b7794ffb2912994cf598 Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Wed, 1 Oct 2025 15:14:00 -0500 Subject: [PATCH 1/2] updated shower dE/dx reco settings --- fcl/configurations/showerfindermodules_icarus.fcl | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/fcl/configurations/showerfindermodules_icarus.fcl b/fcl/configurations/showerfindermodules_icarus.fcl index e615521fa..28fdd85c4 100644 --- a/fcl/configurations/showerfindermodules_icarus.fcl +++ b/fcl/configurations/showerfindermodules_icarus.fcl @@ -30,10 +30,17 @@ icarus_pandorashower_3dTraj.ShowerFinderTools: [ @local::showertrajpointdedx ] -icarus_pandorashower_3dTraj.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc -icarus_pandorashower_3dTraj.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc -icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc -icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26 +icarus_pandorashower_3dTraj.ShowerFinderTools[3].CalorimetryAlg: @local::icarus_calorimetryalgmc + +icarus_pandorashower_3dTraj.ShowerFinderTools[5].CalorimetryAlg: @local::icarus_calorimetryalgmc +icarus_pandorashower_3dTraj.ShowerFinderTools[5].dEdxTrackLength: 5 + +icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::icarus_calorimetryalgmc +icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26 +icarus_pandorashower_3dTraj.ShowerFinderTools[7].ResultsOverrideMode: 1 # override results from showerunidirectiondedx plane-by-plane +icarus_pandorashower_3dTraj.ShowerFinderTools[7].dEdxTrackLength: 5 +icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinDistCutOff: 2 +icarus_pandorashower_3dTraj.ShowerFinderTools[7].CutStartPosition: true # An "experimental" configuration. Uses the incremental track hit # finder and values for some parameters from the study in SBN-doc-19390 From 1e024c29a5bfce2d05aa0257215c054f21565195 Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Wed, 1 Oct 2025 17:58:14 -0500 Subject: [PATCH 2/2] added a comment for clarity --- fcl/configurations/showerfindermodules_icarus.fcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/configurations/showerfindermodules_icarus.fcl b/fcl/configurations/showerfindermodules_icarus.fcl index 28fdd85c4..64e5a79bd 100644 --- a/fcl/configurations/showerfindermodules_icarus.fcl +++ b/fcl/configurations/showerfindermodules_icarus.fcl @@ -39,7 +39,7 @@ icarus_pandorashower_3dTraj.ShowerFinderTools[7].CalorimetryAlg: @local::ic icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinAngleToWire: 0.26 icarus_pandorashower_3dTraj.ShowerFinderTools[7].ResultsOverrideMode: 1 # override results from showerunidirectiondedx plane-by-plane icarus_pandorashower_3dTraj.ShowerFinderTools[7].dEdxTrackLength: 5 -icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinDistCutOff: 2 +icarus_pandorashower_3dTraj.ShowerFinderTools[7].MinDistCutOff: 2 # same as default, used only when CutStartPosition is true icarus_pandorashower_3dTraj.ShowerFinderTools[7].CutStartPosition: true # An "experimental" configuration. Uses the incremental track hit