How to plot a cross section-mass diagram in MG5

Asked by Shyuan Guo

Dear MadGraph authors:
     I am a beginner in MG5.
     And here is my problem. suppose processes like p p > w+ w- with different masses of W boson, i knew how to use the scan command( set MW scan:[*********]). What i want is to plot the cross sections vary with the W masses, how can i achieve that?
     Thank you very much!

Question information

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

Hi,

You have a summary file written at the end of the run with a simple multi-column format.
You can then use any program to make the plot that you want (matplotlib, gnuplot, matlab, mathematica, root, …)

Cheers,

Olivier
> On Jan 18, 2016, at 07:58, Shyuan Guo <email address hidden> wrote:
>
> New question #281114 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/281114
>
> Dear MadGraph authors:
> I am a beginner in MG5.
> And here is my problem. suppose processes like p p > w+ w- with different masses of W boson, i knew how to use the scan command( set MW scan:[*********]). What i want is to plot the cross sections vary with the W masses, how can i achieve that?
> Thank you very much!
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Shyuan Guo (shyuanguo) said :
#2

Thanks Olivier Mattelaer, that solved my question.