-
Notifications
You must be signed in to change notification settings - Fork 35
[Bug] NC Delta Rad Filter was not working. Copied working RES structure and changed to filter to NC Delta Rad #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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! | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just being careful -- I'm guessing this is an obsolete comment? (i.e. the 0.5% pass rate is indeed all NC-RES events, they are in the TPC, etc..)?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is an obsolete comment. Note that while labeled as NCRES the actual filter being used in line 62 is for NCDeltaRAD |
||
| 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" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What filters is this removing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sbnd_finalstateparticlefilter,sbnd_ccnuefilter, andstandard_crt_trig_filter. See https://github.com/SBNSoftware/sbndcode/blob/develop/sbndcode/Filters/fcls/filters_sbnd.fclThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this could well have been the cause I reckon, if a charged lepton is required in the FS and you have an NC interaction...