How compute_widths write the param_card.dat?

Asked by jmli

Dear MG5 team,

While I am using "compute_widths" to calculate the stop decay width in mssm, I want to write the stop decay table only into a separate file. It this possible by adding some codes somewhere?

Thanks,
Jinmian

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,

This is certainly possible but since 2 body decay and 3 body decay are not handle in the same way, the easiest is probably to have an external script which read the param_card and write only the relevant part.

You can obviously use our parser/writer for doing that:
the file to look at is models/check_param_card.py

Cheers,

Olivier

On 02 Mar 2015, at 05:16, jmli <email address hidden> wrote:

> New question #263070 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/263070
>
> Dear MG5 team,
>
> While I am using "compute_widths" to calculate the stop decay width in mssm, I want to write the stop decay table only into a separate file. It this possible by adding some codes somewhere?
>
> Thanks,
> Jinmian
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
jmli (phyljm) said :
#2

Thanks Olivier Mattelaer, that solved my question.