Changes between Version 6 and Version 7 of SchoolKias
- Timestamp:
- Oct 6, 2011, 7:42:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SchoolKias
v6 v7 20 20 you can use apt-get/yum/... in order to have those. 21 21 22 1. '''Madgraph 5'''22 2. '''Madgraph 5''' 23 23 * '''python 2.6/2.7'''[[BR]] 24 24 !MadGraph 5 requires python 2.6 or python 2.7. In order to check your version of python, you can type: … … 41 41 42 42 43 1. '''Pythia/pgs/MadAnalysis'''43 3. '''Pythia/pgs/MadAnalysis''' 44 44 45 45 In order to install those programs, you need to launch mg5 (./bin/mg5) and then type … … 51 51 52 52 53 1. '''MC@NLO'''53 4. '''MC@NLO''' 54 54 55 55 * '''MC@NLO''' … … 79 79 c. http://sourceforge.net/projects/hpc/files/hpc/gcc/gcc-leopard-intel-bin.tar.gz/download for MacOs 10.5 80 80 81 1. '''!MadGraph5'''81 2. '''!MadGraph5''' 82 82 * '''python''' 83 83 a. 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. … … 90 90 ./bin/mg5 91 91 If you don't have a valid python version. It will fail directly. 92 93 92 * '''Root''' [[BR]] 94 93 Root is require, in order to make some of the plots in MadEvent. … … 99 98 sudo ln -s PATH_TO_YOUR_UNPACK_DIRECOTRY/bin/root . 100 99 cd 101 emacs . profile100 emacs .bash_profile 102 101 }}} 103 102 The last command will open a terminal, add in this file the following line: … … 107 106 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 type 108 107 {{{ 109 source .bash rc108 source .bash_profile 110 109 }}} 111 110 b. 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. … … 117 116 118 117 119 1. '''Pythia/pgs/MadAnalysis'''118 3. '''Pythia/pgs/MadAnalysis''' 120 119 121 120 … … 127 126 }}} 128 127 129 1. '''MC@NLO'''128 4. '''MC@NLO''' 130 129 * '''MC@NLO''' 131 130 You can install it from the source: http://www.hep.phy.cam.ac.uk/theory/webber/MCatNLO/Package4.03_dist.tar.gz