Skip to content

Sample generation using MadGraph

Tote Hughes edited this page Jun 7, 2017 · 11 revisions

Set up

  1. Download the latest version of MadGraph.
  2. Extract the files with something like tar -xvzf MG5_aMC_v2.x.y.tar.gz.
  3. Test that the code works by entering the main MadGraph directory and running bin/mg5_aMC.
    • This command leaves you on a MadGraph commandline. If you're a noob, you can run tutorial on this commandline to learn about MadGraph. If you just want to go back to the shell, you can type quit.
  4. Download the RPVMSSM model, extract it, and put it into the models directory. From inside of the main MadGraph directory, you can accomplish this by running the following:
    curl http://miasm.al/host/af1_ufo.tgz | tar xz && mv RPVMSSM_UFO models

Clone this wiki locally