-
Notifications
You must be signed in to change notification settings - Fork 6
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
replace POS_F2 process with more inclusive POS_DIS #2116
Conversation
@comane could you please have a look? The change is very minimal, but perhaps you disagree with it |
c454cb5
to
a2e3122
Compare
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.
hi @RoyStegeman, thanks for taking care of this!
PR looks good to me now
label: k3 | ||
Q2: | ||
description: Factorization scale | ||
label: Q2 | ||
units: '' |
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.
I guess this should be GeV^2
Currently only
POS_F2
exists in thePROCESSES
dict in process_options.py, soPOS_FLL
would need to be added as well, that this is missing is simply a bug.Then, it doesn't make much sense to make
POS_FLL
exclusive in "heaviness/flavour", while using the more inclusive definition forPOS_F2
. However, they are both just DIS structure functions so there is no need to separate them by type. Because of this I introduced a singlePOS_DIS
(which only has to supports structure functions and not xsecs).