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

DIS: IC FONLL-A Scale variations #31

Open
felixhekhorn opened this issue Apr 22, 2021 · 0 comments
Open

DIS: IC FONLL-A Scale variations #31

felixhekhorn opened this issue Apr 22, 2021 · 0 comments

Comments

@felixhekhorn
Copy link

  • We believe that the order of the calls to IncludeScaleVariation and IncludeIntrinsicCharm has to be switched here:
    *
    * Include intrinsic charm contributions
    *
    if(IntrinsicCharm) call IncludeIntrinsicCharm
    *
    * Scale variations
    * (only if the dynamical scale variation is disabled)
    *
    if(.not.DynScVar) call IncludeScaleVariation
  • otherwise the assignment here
    * Neutral Current
    SC2m0NC(igrid,ixi,3,1,beta,alpha) =
    1 SC2zm(igrid,Nf_FF,3,1,beta,alpha)

    comes too early and misses the scale variations of the light coefficient functions that are however needed to cancel the scale variation from the intrinsic counter part - compare also Appendix B of https://inspirehep.net/literature/1397009
@felixhekhorn felixhekhorn changed the title IC FONLL-A Scale variations DIS: IC FONLL-A Scale variations Apr 23, 2021
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

1 participant