Skip to content

Commit 1565f31

Browse files
authored
Merge pull request #633 from SBNSoftware/revert-630-feature/schung_NCDeltaRad
Revert "[Bugfix] NC Delta Rad Filter was not working. Copied working RES structure and changed to filter to NC Delta Rad"
2 parents 064abd3 + c8e74a6 commit 1565f31

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# Simulates GENIE neutrino interactions from the BNB beam
22
# forcing one interaction per event, inside the TPC volume
33
# (with 10 cm padding on each side),
4-
# selecting only NC events with photons coming out from the Delta
4+
# selecting only NC events with photons coming out from the delta decay
55

66

7-
#include "prodgenie_nu_singleinteraction_tpc_sbnd.fcl"
8-
9-
#------ this could be a separated file
107
#
118
# services
129
#
1310

11+
#include "services_sbnd.fcl"
12+
#include "messages_sbnd.fcl"
13+
1414
#
1515
# modules
1616
#
1717

18+
#include "filters_sbnd.fcl"
19+
#include "emptyevent_sbnd.fcl"
20+
#include "genie_sbnd.fcl"
21+
22+
23+
1824

1925

2026
process_name: GenieGenFiltered
@@ -102,5 +108,5 @@ outputs:
102108
# override
103109
# THIS DOES NOT WORK, CHECK!
104110
physics.producers.generator.TopVolume: "volTPCActive"
105-
physics.producers.generator.BeamName: "booster"
106-
physics.producers.generator.EventGeneratorList: "NCRES"
111+
#physics.producers.generator.BeamName: "booster"
112+
#physics.producers.generator.EventGeneratorList: "NCRES"

0 commit comments

Comments
 (0)