assigning a cut in madgraph equal to one of the running parameters in the param card

Asked by Disha Bhatia

Hi,

I am running madgraph for the process p p > Z' > mu+ mu- in a loop for multiple values of mZ' and gZ'.

In the run card I want to set the min limit on the invariant mass of di-leptons i.e. mmll equal to mZ' - 2* width(Z').

Is there a way in which we can automatically call the param card parameters inside the run card?

Thanks,
Disha

Question information

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

No we do not have that built-in.

You can alsways run the loop externally by writting your file as

launch
set mzp xxx
set gzp xxxx
set mll xxx
launch
...

Cheers,

Olivier

> On 5 May 2021, at 16:11, Disha Bhatia <email address hidden> wrote:
>
> New question #696924 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/696924
>
> Hi,
>
> I am running madgraph for the process p p > Z' > mu+ mu- in a loop for multiple values of mZ' and gZ'.
>
> In the run card I want to set the min limit on the invariant mass of di-leptons i.e. mmll equal to mZ' - 2* width(Z').
>
> Is there a way in which we can automatically call the param card parameters inside the run card?
>
>
> Thanks,
> Disha
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Disha Bhatia (dishabhatia1989) said :
#2

Ok thanks.