From 164c7842874d320417bf69efeec8f2016bab7221 Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Wed, 2 Jul 2025 05:24:20 -0500 Subject: [PATCH 1/3] changed Pandora XML to accomodate for track/shower changes --- .../scripts/PandoraSettings_Neutrino_ICARUS.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml b/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml index f10f4226a..1b8fd8b22 100644 --- a/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml +++ b/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml @@ -331,8 +331,9 @@ ShowerParticles3D true true - PandoraBdt_v09_72_01_ICARUS_pfochar_bnb.xml - PfoCharBDT + true + PFOCharBDT_v09_84_00_03_20250508_ICARUSCollection.xml + PFOCharBDT_v09_84_00_03_20250508_ICARUSCollection PandoraBdt_v09_72_01_ICARUS_pfochar_bnb.xml PfoCharBDTNoChargeInfo @@ -340,8 +341,12 @@ - - + + true + + + true + From 8f917f8b5a094548fb69e8ea2e9df95c19ed88c5 Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Tue, 22 Jul 2025 19:11:18 +0200 Subject: [PATCH 2/3] changed tool name according to PandoraPFA/LArContent changes, updated BDT names --- .../scripts/PandoraSettings_Neutrino_ICARUS.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml b/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml index 1b8fd8b22..05ad25d9f 100644 --- a/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml +++ b/icaruscode/TPC/Tracking/ICARUSPandora/scripts/PandoraSettings_Neutrino_ICARUS.xml @@ -332,19 +332,19 @@ true true true - PFOCharBDT_v09_84_00_03_20250508_ICARUSCollection.xml - PFOCharBDT_v09_84_00_03_20250508_ICARUSCollection - PandoraBdt_v09_72_01_ICARUS_pfochar_bnb.xml - PfoCharBDTNoChargeInfo + PFOCharBDT_v09_84_00_03_20250718_ICARUSCollection.xml + PFOCharBDT_v09_84_00_03_20250718_ICARUSCollection + PFOCharBDT_v09_84_00_03_20250718_NoCharge.xml + PFOCharBDT_v09_84_00_03_20250718_NoCharge - + true - + true From 44452ed949c29cc715020398cd41b852cc86e54a Mon Sep 17 00:00:00 2001 From: Riccardo Triozzi Date: Thu, 31 Jul 2025 18:47:01 +0200 Subject: [PATCH 3/3] updated CAFMaker configuration to handle BDT tool names --- fcl/caf/cafmaker_defs.fcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fcl/caf/cafmaker_defs.fcl b/fcl/caf/cafmaker_defs.fcl index 6c676dc26..dac16b31e 100644 --- a/fcl/caf/cafmaker_defs.fcl +++ b/fcl/caf/cafmaker_defs.fcl @@ -334,6 +334,11 @@ cafmaker.SystWeightLabels: ["genieweight", "fluxweight"] cafmaker.SaveGENIEEventRecord: true # save GENIE event record by default. Turn this off for data cafmaker fcl cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatch" cafmaker.TrackHitFillRREndCut: 30 # include entire PID region +cafmaker.PFOCharLabels.EndFractionName: "LArThreeDChargeFeatureTool_ICARUS_EndFraction" # override with some ICARUS-specific tool names +cafmaker.PFOCharLabels.FractionalSpreadName: "LArThreeDChargeFeatureTool_ICARUS_FractionalSpread" +cafmaker.PFOCharLabels.HaloTotalRatioName: "LArConeChargeFeatureTool_ICARUS_HaloTotalRatio" +cafmaker.PFOCharLabels.ConcentrationName: "LArConeChargeFeatureTool_ICARUS_Concentration" +cafmaker.PFOCharLabels.ConicalnessName: "LArConeChargeFeatureTool_ICARUS_Conicalness" # Add CAFMaker to the list of producers caf_preprocess_producers.cafmaker: @local::cafmaker