syntax to exclue more than particle in madgraph

Asked by a.s.abdelalim

Sometimes you might want to exclude Feynman diagrams that contain a particular particle. For example, suppose you wanted to generate a sample of electron + positron production, but you wanted to exclude any Feynman diagrams that contain a Z boson. You could do this by:

generate p p > e+ e- / Z
The "/ Z" means to exclude a Feynman diagram if it has a Z boson in it. You can also exclude a particle from appearing in the s-channel, by
generate p p > e+ e- $ Z

    The queston here how i can exclue more than particle in madgraph ?

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,

The syntax generate p p > e+ e- $ Z does not exclude the partcile from appearing in S-channel, but forbid the particle to be resonant.
(so you keep the off-shell contribution and the associated interference)
To fully remove the particle to appear in S-channel the syntax is
generate p p > e+ e- $$ Z

To exclude more than one particle you can specify both particle after the exclusion symbol so for example
generate p p > e+ e- / h Z

Cheers,

Olivier

Can you help with this problem?

Provide an answer of your own, or ask a.s.abdelalim for more information if necessary.

To post a message you must log in.