From 63972009abaefb3e2b4094b354d8a66ec8e82f83 Mon Sep 17 00:00:00 2001 From: Patrick Green Date: Thu, 24 Jul 2025 08:05:00 -0500 Subject: [PATCH 1/2] adding cafmaker fhicl for g4rw --- .../standard/caf/cafmakerjob_sbnd_g4rw.fcl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl new file mode 100644 index 000000000..9b98c595e --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl @@ -0,0 +1,8 @@ +#include "cafmakerjob_sbnd.fcl" + +physics.runprod: [rns, geant4weight , @sequence::physics.runprod] +physics.producers.cafmaker.SystWeightLabels: [ "geant4weight" ] + +physics.producers.geant4weight.weight_functions: @local::physics.producers.geant4weight.weight_functions_reint + + From e69fb788540bdcb3bf2e0c965dcccdfea21834fd Mon Sep 17 00:00:00 2001 From: Patrick Green Date: Mon, 4 Aug 2025 15:36:15 -0500 Subject: [PATCH 2/2] add set of cafmaker fhicls for g4rw --- sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl | 1 + .../JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl | 4 ---- .../cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl | 4 ++++ .../caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl | 4 ++++ 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl create mode 100644 sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl index 3adef6ba4..052da0ced 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl @@ -155,6 +155,7 @@ physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching # Overwrite weight_functions label: physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux +physics.producers.geant4weight.weight_functions: @local::physics.producers.geant4weight.weight_functions_reint # input art file. physics.producers.cafmaker.SystWeightLabels: [] diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl index 9b98c595e..00a056887 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl @@ -2,7 +2,3 @@ physics.runprod: [rns, geant4weight , @sequence::physics.runprod] physics.producers.cafmaker.SystWeightLabels: [ "geant4weight" ] - -physics.producers.geant4weight.weight_functions: @local::physics.producers.geant4weight.weight_functions_reint - - diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl new file mode 100644 index 000000000..52cf2b49c --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl @@ -0,0 +1,4 @@ +#include "cafmakerjob_sbnd_sce.fcl" + +physics.runprod: [rns, systtools, fluxweight, geant4weight, @sequence::physics.runprod] +physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ] \ No newline at end of file diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl new file mode 100644 index 000000000..6f4901a68 --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl @@ -0,0 +1,4 @@ +#include "cafmakerjob_sbnd.fcl" + +physics.runprod: [rns, systtools, fluxweight, geant4weight, @sequence::physics.runprod] +physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ] \ No newline at end of file