MC4BSM
We propose three different tutorials
- MG Basics: Focussing on the various MG5 syntax solution
- BSM: Focussing on the model validation and generation of BSM signal/background (including loop-induced) solution
- Matching/Merging: Tutorial on Matching/Merging (with pythia6): solution
Installation of the needed software
Windows
The different program are foreseen to run on Linux/Mac. If you don't have Linux or Mac, the best solution is to install Linux (I would advice to install Ubuntu) in dual boot and follow the instructions for Linux. This video might help you to do so: http://video.google.com/videoplay?docid=-2369893842637434537
Linux
- Basic program
- perl
- bash
- gfortran 4.x (To check the version do gfortran do: gfortran --version) Those programs are by default present in any linux distribution, but just in case you should check that they are all installed in your computer. If they are not, you can use apt-get/yum/... in order to have those.
- Madgraph 5
- python 2.6/2.7
MadGraph 5 requires python 2.6 or python 2.7. In order to check your version of python, you can type: python --version. Some of the repositories are still on python 2.5. So if updating python via your repository manager didn't work. you can download directly python from the following link: http://www.python.org/download/ and follow instructions. - Madgraph5
You will find madgraph5 package on the following page: https://launchpad.net/madgraph5. For this program, you just need to untar it. To check if mg5 is correctly install you directly try to run it by doing: ./bin/mg5 If you don't have a valid python version. It will fail directly. - Root
Root is require, in order to make some of the plots in MadEvent. Except if you are in SLC4 or SLC5 distribution, you will need to install root from scratch on your computer. The current last verstion of Root is 5.30, which you can download from here: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz After Un-packing, follow the instruction of the file README/INSTALL. Finally you should edit the file ~/.bashrc, by adding the following line into itexport ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin
- python 2.6/2.7
- Pythia/pgs/MadAnalysis
In order to install those programs, you need to launch mg5 (./bin/mg5) and then type
install pythia-pgs install MadAnalysis
MacOs
- Basic program
- perl
- bash
Those programs are by default present in any Mac distribution, but just in case you should check that they are all installed in your computer (by doing perl --version). - gmake
By default, makefile are not recognize on mac. In order to check, you can do 'make --version'. If it says: -bash: make: command not found then you should install it. The easiest is to install the xcode. In order to be able to download it, you will need to a apple developer account (which is free) - gfortran 4.x (To check the version do gfortran do: gfortran --version) This program is often not included in standard mac version. In order to download it, you can download it from:
- !MadGraph5
- python
- The default python version of MacOs 10.6 is python 2.6 and is (in 99% of the case) fully working with Madgraph5, so nothing to install for you.
- The python version of MacOs 10.7 is python 2.7. We never test this python version with MG5 but in principle it should be fine.
- For other version of MacOS, you will need to install python2.7 from the python web site: http://www.python.org/download/
- Madgraph5
You will find madgraph5 package on the following page: https://launchpad.net/madgraph5. For this program, you just need to untar it. To check if mg5 is correctly install you directly try to run it by doing: ./bin/mg5 If you don't have a valid python version. It will fail directly. - Root
Root is require, in order to make some of the plots in MadEvent.- for MacOs 10.5, you can install this version: ftp://root.cern.ch/root/root_v5.26.00.macosx105-i386-gcc-4.0.tar.gz
After unpacking the directory. you will need to performed the two following action in the terminal
cd emacs .bash_profile
The last command will open a terminal, add in this file the following line:export ROOTSYS=PATH_TO_YOUR_UNPACK_DIRECTORY export PATH=$PATH:$ROOTSYS:$ROOTSYS/bin
In order to exit the emacs editor, you need to do CTRL-X CTRL-S (this will save your modification) and after CTRL-X CTRL-C. Finally in your terminal you will need to typesource .bash_profile
- for MacOs 10.6 (and maybe 10.7), you can install this version: ftp://root.cern.ch/root/root_v5.30.02.macosx106-i386-gcc-4.2.tar.gz .Then follow the instruction for MacOs 10.5.
- Otherwise, you will need to install from the source: ftp://root.cern.ch/root/root_v5.30.02.source.tar.gz After Un-packing, follow the instruction of the file README/INSTALL.
- for MacOs 10.5, you can install this version: ftp://root.cern.ch/root/root_v5.26.00.macosx105-i386-gcc-4.0.tar.gz
After unpacking the directory. you will need to performed the two following action in the terminal
- python
If the installation is successful, you will need to have root working. In order to test it type root in the terminal. If it's not fine, please install it from Source.
- Pythia/pgs/MadAnalysis
In order to install those programs, you need to launch mg5 (./bin/mg5) and then type
install pythia-pgs install MadAnalysis
Last modified
9 years ago
Last modified on May 19, 2015, 7:06:23 PM
Attachments (7)
- Tutorial_MC4BSM2015.tar.gz (148.8 KB ) - added by 9 years ago.
- MC4BSM15_Tuto1_solution.pdf (543.3 KB ) - added by 9 years ago.
- MC4BSM15_Tuto1.pdf (735.3 KB ) - added by 9 years ago.
- MC4BSM15_Tuto2.pdf (1.4 MB ) - added by 9 years ago.
- MC4BSM15_Tuto3.pdf (686.7 KB ) - added by 9 years ago.
- MC4BSM15_Tuto3_solution.pdf (368.5 KB ) - added by 9 years ago.
- MC4BSM15_Tuto2_solution.pdf (846.6 KB ) - added by 9 years ago.
Note:
See TracWiki
for help on using the wiki.