Import multiple models in the MG proc card

Asked by Ankita Mehta

Hi,

I am trying to simulate dimension 8 eft sample for the VBS with opposite-sign WW (fully-leptonic) events. I'd like to use the 5f scheme and a UFO model for aQGC. Since using the 5f scheme requires a model to be imported, I'm doing it like this in the proc card:

import model SM_Ltotal_Ind5v2020v2_UFO
import model sm-ckm_no_b_mass

could you please suggest if this is correct ?

many thanks,
ankita

Question information

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

Hi,

Importing a model, overwritte the previous one.
you have the command "add model" which is designed to merge two model in a single one but I would not recommend it in this case.
Please use the trick indicated in this FAQ to tune your model (in this case to remove the b-mass)

Cheers,

Olivier
FAQ #2312: “FR Model much slower than build-in MG model. Why and how to fix?”.

Revision history for this message
Ankita Mehta (anmehta) said :
#2

Dear Olivier,

thanks a lot. Indeed, removing the no b-mass model resolves the issue.

cheers,
ankita