Skip to content

Commit 064abd3

Browse files
authored
Merge pull request #630 from SBNSoftware/feature/schung_NCDeltaRad
[Bugfix] NC Delta Rad Filter was not working. Copied working RES structure and changed to filter to NC Delta Rad
2 parents 71e303b + e2280f9 commit 064abd3

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

sbncode/SinglePhotonAnalysis/jobs/prodgenie_nu_singleinteraction_tpc_NCDeltaRadiative_filtered_sbnd.fcl

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,20 @@
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 decay
4+
# selecting only NC events with photons coming out from the Delta
55

66

7+
#include "prodgenie_nu_singleinteraction_tpc_sbnd.fcl"
8+
9+
#------ this could be a separated file
710
#
811
# services
912
#
1013

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-
2418

2519

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

0 commit comments

Comments
 (0)