Version 1 (modified by 13 years ago) ( diff ) | ,
---|
Installation instructions and pre-workshop exercises Instructions for the on-site exercise Final result from the on-site exercise
Links to all tutorial presented at the MC4BSM conferences
Installation instructions and pre-workshop exercises
Install on 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 virtual machine are fine, but quite often the library readline is not present on the system. This package is not mandatory but allozs mg5 to have history and nice auto-completions. So you might consider to install that library first and the compile python2.6.
Install on Linux
- 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. - MadAnalysis
This programs is not mandatory but allows to have partonic distributions done automatically. In order to install this program, you need to launch mg5 (./bin/mg5) and then typeinstall MadAnalysis
Install on 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. And this one works perfectly, so nothing to install for you.
- 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. - MadAnalysis
This programs is not mandatory but allows to have partonic distributions done automatically. In order to install this program, you need to launch mg5 (./bin/mg5) and then typeinstall MadAnalysis
- python
pre-workshop exercises
As a pre-workshop exercises and a proof that the full instalation is succesfull. Please launch mg5 ./bin/mg5 and type the following command:
tutorialand follow the tutorial instructions on the screen.
Instructions for the on-site exercise
- If you don't have run the tutorial before the lectures please do it now.
Please launch mg5
./bin/mg5 and type the following command:
tutorialand follow the tutorial instructions on the screen.
Attachments (7)
-
import_model.cmd
(1.5 KB
) - added by 13 years ago.
command file for the import of the model + check the NP interactions
-
generate_no_decay.cmd
(1.4 KB
) - added by 13 years ago.
command to generate events (no decay0
-
generate_with_decay.cmd
(1.8 KB
) - added by 13 years ago.
command file for the generation (with decay)
-
create_param_card.cmd
(1.5 KB
) - added by 13 years ago.
command in order to create the param_card
-
param_card.dat
(4.5 KB
) - added by 13 years ago.
valid param_card
-
unweighted_events.lhe.gz
(876.5 KB
) - added by 13 years ago.
"Generated events (no decay)"
-
events_with_decay.lhe.gz
(3.4 MB
) - added by 13 years ago.
Generated events (with decay)