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

Commits to address review #18

Merged
merged 10 commits into from
Sep 30, 2023
Merged

Conversation

yrrepy
Copy link
Owner

@yrrepy yrrepy commented Sep 30, 2023

Reorganization of weight parameter multiplication, resulting in a cleaner approach.
Arguably the remaining variable wgt0 in the particle class could be of more use at other times than the immediately multiplied wgt_cutoff, wgt_survive.

Single variable for Survival Normalization
Use single variable wgt0, and multiply cutoffs here (on the fly), 

rather than having to multply in simulation.cpp.
and then telling the physics modules to get this or that cutoff.
Revert to original, now that cutoffs were multiplied on the fly
Revert with simplified survival normalization
Assign Particle Start Weight
Punctuation
Remove lingering cuttoff variables in particle_data.h
Bracket typo in physics.cpp
Not entering final if statement (russian roulette for not survival normalization)
@yrrepy yrrepy merged commit 5554f4b into Survival-Normalization-PR Sep 30, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

1 participant