|
|
Tips and tricks to run MadGraph with Contur's MadGraph steering codes.
|
|
|
|
|
|
We will use the model file provided by B. Fuks and R. Ruiz in FeynRules database page [link](http://feynrules.irmp.ucl.ac.be/wiki/WZPrimeAtNLO) as an example. Contur scan will be performed on the mass of Z' `mzp` and Z' coupling values to fermions `kl`
|
|
|
We will use the model file provided by B. Fuks and R. Ruiz in FeynRules database page [link](http://feynrules.irmp.ucl.ac.be/wiki/WZPrimeAtNLO) as an example. Contur scan will be performed on the mass of Z' `mzp` and Z' coupling values to fermions `kl` with muon pair (using MadSpin) or top pair decays (not using MadSpin).
|
|
|
|
|
|
# Preparing MadGraph cards
|
|
|
|
|
|
MadGraph needs some set of cards to run
|
|
|
*a. proc_card.dat* : define the physics process to run
|
|
|
*b. run_card.dat* : define the run settings (e.g. beam E, phase space cuts, PDF, number of events to run, ...)
|
|
|
*c. pythia8_card.dat* : showering settings in Pythia8 (e.g. jet merging scales, MPI, ...)
|
|
|
*d. madspin_card.dat* : define the resonance decays for special cases (loop-induced or NLO processes)
|
|
|
MadGraph needs some set of cards to run.
|
|
|
- **proc_card.dat** : define the physics process to run (e.g. p p > e+ e-)
|
|
|
- **run_card.dat** : define the run settings (e.g. beam E, phase space cuts, PDF, number of events to run, ...)
|
|
|
- **pythia8_card.dat** : showering settings in Pythia8 (e.g. jet merging scales, MPI, ...)
|
|
|
- **madspin_card.dat** : define the resonance decays for special cases (loop-induced or NLO processes)
|
|
|
|
|
|
If you are not too familiar with MadGraph, please checkout [link](https://launchpad.net/mg5amcnlo) for more details/instructions.
|
|
|
|
|
|
```
|
|
|
# preparing the Contur-style MadGraph proc_card
|
... | ... | |