From 4227f96cc9bd87b562b6cc94c253c1dc9c8df2a1 Mon Sep 17 00:00:00 2001 From: Seokju Chung Date: Fri, 30 Jan 2026 12:57:13 -0600 Subject: [PATCH 1/2] Filter was not working. Copied working RES structure and changed to DeltaRad filter --- ...tion_tpc_NCDeltaRadiative_filtered_sbnd.fcl | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl b/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl index 72716d7fd..9a5c117b4 100644 --- a/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl +++ b/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl @@ -1,26 +1,20 @@ # Simulates GENIE neutrino interactions from the BNB beam # forcing one interaction per event, inside the TPC volume # (with 10 cm padding on each side), -# selecting only NC events with photons coming out from the delta decay +# selecting only NC events with photons coming out from the Delta +#include "prodgenie_nu_singleinteraction_tpc_sbnd.fcl" + +#------ this could be a separated file # # services # -#include "services_sbnd.fcl" -#include "messages_sbnd.fcl" - # # modules # -#include "filters_sbnd.fcl" -#include "emptyevent_sbnd.fcl" -#include "genie_sbnd.fcl" - - - process_name: GenieGenFiltered @@ -108,5 +102,5 @@ outputs: # override # THIS DOES NOT WORK, CHECK! physics.producers.generator.TopVolume: "volTPCActive" -#physics.producers.generator.BeamName: "booster" -#physics.producers.generator.EventGeneratorList: "NCRES" +physics.producers.generator.BeamName: "booster" +physics.producers.generator.EventGeneratorList: "NCRES" From c8e74a6fe56a296b5fa18031bae8db28e36ce2c1 Mon Sep 17 00:00:00 2001 From: John Plows <70749581+kjplows@users.noreply.github.com> Date: Fri, 20 Feb 2026 13:57:01 +0000 Subject: [PATCH 2/2] Revert "[Bugfix] NC Delta Rad Filter was not working. Copied working RES structure and changed to filter to NC Delta Rad" --- ...tion_tpc_NCDeltaRadiative_filtered_sbnd.fcl | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl b/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl index 9a5c117b4..72716d7fd 100644 --- a/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl +++ b/sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl @@ -1,20 +1,26 @@ # Simulates GENIE neutrino interactions from the BNB beam # forcing one interaction per event, inside the TPC volume # (with 10 cm padding on each side), -# selecting only NC events with photons coming out from the Delta +# selecting only NC events with photons coming out from the delta decay -#include "prodgenie_nu_singleinteraction_tpc_sbnd.fcl" - -#------ this could be a separated file # # services # +#include "services_sbnd.fcl" +#include "messages_sbnd.fcl" + # # modules # +#include "filters_sbnd.fcl" +#include "emptyevent_sbnd.fcl" +#include "genie_sbnd.fcl" + + + process_name: GenieGenFiltered @@ -102,5 +108,5 @@ outputs: # override # THIS DOES NOT WORK, CHECK! physics.producers.generator.TopVolume: "volTPCActive" -physics.producers.generator.BeamName: "booster" -physics.producers.generator.EventGeneratorList: "NCRES" +#physics.producers.generator.BeamName: "booster" +#physics.producers.generator.EventGeneratorList: "NCRES"