Skip to content
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

decaychain generator segfaults when using chains with alpha decays #80

Open
metelko opened this issue Feb 27, 2020 · 2 comments
Open

decaychain generator segfaults when using chains with alpha decays #80

metelko opened this issue Feb 27, 2020 · 2 comments

Comments

@metelko
Copy link

metelko commented Feb 27, 2020

an example. If beta_decays.dat hacked to give the chain
CHAIN: 238U
4
238U 0001 1.0000 2 1.410e+17
234Th 0001 1.0000 1 2.080e+06
234Pa 0001 1.0000 1 2.412e+04
#234U 0001 1.0000 2 7.747e+12
230Th 0001 1.0000 2 2.379e+12
This works...
CHAIN: 238U
4
238U 0001 1.0000 2 1.410e+17
234Th 0001 1.0000 1 2.080e+06
234Pa 0001 1.0000 1 2.412e+04
234U 0001 1.0000 2 7.747e+12
#230Th 0001 1.0000 2 2.379e+12
seg faults.

NB Just using 234U as the source (not a chain) works too..

@MorganAskins
Copy link
Contributor

Along these lines, we should consider merging in the Decay0 generator (which came from Snoman into SNO+ Rat and eventually Andy merged into the default rat-pac). It's here:
https://github.com/rat-pac/rat-pac/blob/master/src/gen/Decay0.cc
https://github.com/rat-pac/rat-pac/blob/master/src/gen/Decay0.hh

@metelko
Copy link
Author

metelko commented Mar 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants