how to import two models

Asked by karo

Hello,

        I wanna import two models at the same time. For example, import model xxxx, import model yyyy. I have some questions,

1) When I run bin/generate_events, the param_card.dat is only from model xxxx which is the first imported model. The param_card.dat from second model yyyy would not be showed so that I could modify the parameters.

2) The two models weren't compatible. MG5 could only identify the particles which are in both models. How could they be compatible well.

Cheers,
Karo

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 Karo,

Only one model can be loaded at the same time.
When you do
import model XXX
you loose track of any previous model/generation.

Cheers,

Olivier

On Sep 19, 2013, at 3:31 PM, karo <email address hidden> wrote:

> New question #236000 on MadGraph5:
> https://answers.launchpad.net/madgraph5/+question/236000
>
> Hello,
>
> I wanna import two models at the same time. For example, import model xxxx, import model yyyy. I have some questions,
>
> 1) When I run bin/generate_events, the param_card.dat is only from model xxxx which is the first imported model. The param_card.dat from second model yyyy would not be showed so that I could modify the parameters.
>
> 2) The two models weren't compatible. MG5 could only identify the particles which are in both models. How could they be compatible well.
>
>
> Cheers,
> Karo
>
> --
> You received this question notification because you are a member of
> MadTeam, which is an answer contact for MadGraph5.

Revision history for this message
karo (karo-t) said :
#2

Thanks Olivier Mattelaer, that solved my question.