We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current solution for the bug (#387) in Geant4InputHandling for documentation particles is to introduce a hard-coded list of rejected PGD
const std::set<int> leptonPDGs{11,13,15,17}; ... (isProperTimeZero and leptonPDGs.count(abs(p->pdgID)) != 0 )
I would be good to generalize this list to be steerable, with current hard-coded values being the defaults.
The text was updated successfully, but these errors were encountered:
andresailer
Successfully merging a pull request may close this issue.
The current solution for the bug (#387) in Geant4InputHandling for documentation particles is to introduce a hard-coded list of rejected PGD
I would be good to generalize this list to be steerable, with current hard-coded values being the defaults.
The text was updated successfully, but these errors were encountered: