Eta cuts in run_card not respected

Asked by Benedikt Maier

Hello MG team :)

I am using MG5_aMC_v3_4_0 to generate:

generate u u~ > z b b~
add process u~ u > z b b~

I want to generate it in a certain pT range and as central as possible. Here are my cuts:

#*********************************************************************
# Minimum and maximum pt's (for max, -1 means no cut) *
#*********************************************************************
  0.0 = ptj ! minimum pt for the jets
  -1.0 = ptjmax ! maximum pt for the jets
  {'23': 400.0} = pt_min_pdg ! pt cut for other particles (use pdg code). Applied on particle and anti-particle
  {'23': 600.0} = pt_max_pdg ! pt cut for other particles (syntax e.g. {6: 100, 25: 50})
#
# For display option for energy cut in the partonic center of mass frame type 'update ecut'
#
#*********************************************************************
# Maximum and minimum absolute rapidity (for max, -1 means no cut) *
#*********************************************************************
  0.05 = etaj ! max rap for the jets
  {'23': 0.0} = eta_min_pdg ! rap cut for other particles (use pdg code). Applied on particle and anti-particle
  {'23': 0.05} = eta_max_pdg ! rap cut for other particles (syntax e.g. {6: 2.5, 23: 5})

Looking at the LHE files and the outgoing parton, I find that the pT cuts are properly applied, but the parton has eta all the way up to ~2.5.

Is there a reason why the eta cuts are not respected?

Thanks
Benedikt

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Benedikt Maier
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Benedikt Maier (bmaier) said :
#1

Nevermind, I think I made a mistake.

Revision history for this message
Benedikt Maier (bmaier) said :
#2

Ok, I double checked again, and the problem is still there.
I am generating:

define qlight = u d s u~ d~ s~
generate qlight g > z qlight
add process g qlight > z qlight

and apply

{'23': 400.0} = pt_min_pdg ! pt cut for other particles (use pdg code). Applied on particle and anti-particle
  {'23': 600.0} = pt_max_pdg ! pt cut for other particles (syntax e.g. {6: 100, 25: 50})

but the outgoing qlight has rapidities up to 2.5.

Why does that happen?

Thank you in advance!
Benedikt

Revision history for this message
Benedikt Maier (bmaier) said :
#3

Apologies, I pasted the wrong cuts:

  5.0 = etaj ! max rap for the jets
  {'23': 0.0} = eta_min_pdg ! rap cut for other particles (use pdg code). Applied on particle and anti-particle
  {'23': 0.05} = eta_max_pdg ! rap cut for other particles (syntax e.g. {6: 2.5, 23: 5})

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#4

> but the outgoing qlight has rapidities up to 2.5.

But you put a cut at 5 for that particle so what is the issue?
I have done the plot and everything is fine, the rapidity of the Z is indeed very close to zero.

Cheers,

Olivier

Revision history for this message
Benedikt Maier (bmaier) said :
#5

Sorry Olivier, I got confused with all the cards flying around in my folder (as you can see from the multiple times I opened/closed this topic. All is good, I also get the correct eta values.

Thanks & sorry for the noise
Benedikt