Large NLO / LO ratio in z at LHC
Dear experts,
I am trying to calculate the increment in the p p -> Z + (Z+jet) production cross section between LO and NLO.
I saw in some presentations that it should be around 25-30% ( for example slide 95 in https:/
At LO I am generating the process in this way:
import model loop_sm-ckm
generate p p > z @0
add process p p > z j @1
At NLO I am generating the process in this way:
import model loop_sm-ckm
generate p p > z [QCD] @0
add process p p > z j [QCD] @1
In both the run cards I set the pt min of jets to 5 GeV and the etaj max to 5. I found a LO cross section of 44470 pb and at NLO of 93470 pb, that is a factor 2.2 greater than the LO.
I also tried to do some attempts, on the basis of other questions done in this forum.
I tried to fix the renormalization and factorization scale. By default I see in the run card:
False = fixed_ren_scale ! if .true. use fixed ren scale
False = fixed_fac_scale ! if .true. use fixed fac scale
91.118 = mur_ref_fixed ! fixed ren reference scale
91.118 = muf_ref_fixed ! fixed fact reference scale
I tried to change to True the first two lines, but when I launch the process, a warning tells me that they are again set to False since I am using the FxFxmerging.
Then I tried to change the production process into:
generate p p > mu+ mu- @0
add process p p > mu+ mu- j @1
and set
40.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair.
I did the same for NLO and put the same minimum pt and eta as before. The cross sections are now:
1707 pb at LO
3325 pb at NLO.
So again, it seems too much to me this increment.
I suspect that I am doing something wrong with the NLO case, maybe there are some other parameters that have to be set differently.
Any suggestion is welcome.
Thank you,
Laura
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Laura Buonincontri for more information if necessary.