-
Notifications
You must be signed in to change notification settings - Fork 1
Sample generation using MadGraph
Tote Hughes edited this page Jun 7, 2017
·
11 revisions
- Download the latest version of MadGraph.
- Extract the files with something like
tar -xvzf MG5_aMC_v2.x.y.tar.gz. - 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
tutorialon this commandline to learn about MadGraph. If you just want to go back to the shell, you can typequit.
- This command leaves you on a MadGraph commandline. If you're a noob, you can run
-
Download the RPVMSSM model, extract it, and put it into the
modelsdirectory. 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