Defining a new particle in Madgraph

Asked by Dibyashree Sengupta

Hi,

I am trying to run a process p p > w+/- z in Madgraph. So, I thought of defining a new particle and generated this process in the following way :

./mg5_aMC

define x w+ w-

generate p p > x z

My question is :

1. In the second line above should I define the multiparticle x as define x = w+ w- ? i.e., Does presence or absence of the '=' sign make any difference to the process generated ?

2. Or should I generate the desired process as follows :

./mg5_aMC

generate p p > w+ z

add process p p > w- z

Thanks,
Dibyashree.

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,

>
> 1. In the second line above should I define the multiparticle x as define x = w+ w- ? i.e., Does presence or absence of the '=' sign make any difference to the process generated ?

No difference between those two syntaxes.

> 2. Or should I generate the desired process as follows :

This syntax is slightly less optimal since it forces us to keep track separately of each contribution and therefore the code created is slower and is bigger (more file written, total size bigger)

Cheers,

Olivier

> On 3 Jul 2017, at 20:04, Dibyashree Sengupta <email address hidden> wrote:
>
> New question #646022 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/646022
>
> Hi,
>
> I am trying to run a process p p > w+/- z in Madgraph. So, I thought of defining a new particle and generated this process in the following way :
>
> ./mg5_aMC
>
> define x w+ w-
>
> generate p p > x z
>
> My question is :
>
> 1. In the second line above should I define the multiparticle x as define x = w+ w- ? i.e., Does presence or absence of the '=' sign make any difference to the process generated ?
>
> 2. Or should I generate the desired process as follows :
>
> ./mg5_aMC
>
> generate p p > w+ z
>
> add process p p > w- z
>
> Thanks,
> Dibyashree.
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

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

To post a message you must log in.