Different decay of the same particle

Asked by 1911226481

A process such as p p > z z h j j , I want one z decay into e- e+ ,and another decay into j j
I use generate p p > z z h j j , h > b b , z > e+ e- , z > j j .
but I find that there are no e+ e- in some process.Some process only have jet.
So how can I let one z decay into e+ e- ,another decay into j j

Question information

Language:
English Edit question
Status:
Answered
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

Your syntax is actually correct and this is a bug of our code.
I have check both our LTS and 3.x version and both have such issue (which is likely present since a very long time).

One workaround is to handle the decay of the Higgs via the madspin (with spinmode=none).
so for example the following script:

generate p p > z z h j j , z > e+ e- , z > j j
output
launch
madspin=none
decay h > b b~

Will try to check what is the issue....

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

Hi,

The issue can also be solved by using this syntax:
p p > z z h j j , z > e+ e- , z > j j, h > b b

Indeed the code is confused due to your different ordering in the production and the decay.
I have implemented an additional check for this simple case of out of order syntax, but the simplest is indeed to just change your syntax.

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask 1911226481 for more information if necessary.

To post a message you must log in.