Skip to content

DIS: IC FONLL-A Scale variations #31

Description

@felixhekhorn
  • 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions