-
Notifications
You must be signed in to change notification settings - Fork 97
Don't merge-branch for review!!! MK model with event generation used heuristic algorithm #131
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
Conversation
update baryon resonance parameters add Galster; MKCC and MKEM (needed for the model) form factors
if (nucZ == 2) | ||
{ | ||
if (nucA == 3) | ||
return 7.5e-3; |
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.
can we have references for these numbers that have been hardcoded?
@@ -81,7 +81,7 @@ const RSHelicityAmpl & | |||
case (kD13_1520) : | |||
{ | |||
double xt = 2* xi * fkr.T; | |||
double xr = xi * fkr.R; | |||
double xr = 3* xi * fkr.R; |
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.
Is this supposed to be a bug fix?
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.
Because of the changes in src/Physics/Resonance/XSection/RSHelicityAmplModelNCn.cxx and in the values of the weak constants, this pull request cannot go in as it is. I'll work on extracting the files that are ok in a dedicated pull request on the main repository.
No description provided.