Changes between Version 9 and Version 10 of NCTSSchool2014
- Timestamp:
- Jun 17, 2014, 3:33:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NCTSSchool2014
v9 v10 4 4 5 5 == Lectures == 6 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/NCTSSchool2014/feynrules_fuks.pdf Lecture on !FeynRules]6 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/NCTSSchool2014/feynrules_fuks.pdf Lecture on FeynRules] 7 7 8 8 == Tutorial == 9 9 10 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/NCTSSchool2014/fr_mg5amc_ma5_tutorial.pdf .pdfExercise sheet for the 3rd NCTS school tutorial]10 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/NCTSSchool2014/fr_mg5amc_ma5_tutorial.pdf Exercise sheet for the 3rd NCTS school tutorial] 11 11 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/TASISchool13/13_06_10_tutomg_tasi.pdf First Step with MG5] 12 12 * [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/MC4BSM2014/Tutorial_MC4BSM2014.pdf Step by Step Tutorial (FR/MG5/MA5)] and [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/MC4BSM2014/Tutorial_MC4BSM14.tgz Material] … … 80 80 }}} 81 81 82 6. '''MadAnalysis 5''' 83 In order to install the latest stable version of the MadAnalysis 5 package, a tarball can be downloaded from the website https://launchpad.net/madanalysis5 and be subsequently unpacked by issuing in a shell 84 {{{ 82 6. '''!MadAnalysis 5''' 83 84 In order to install the latest stable version of the !MadAnalysis 5 package, a tarball can be downloaded from the website https://launchpad.net/madanalysis5 and be subsequently unpacked by issuing in a shell 85 {{{ 85 86 mkdir MadAnalysis5 86 87 cd MadAnalysis 5 87 88 /tar -xvf ma5_xxxx.tgz 88 89 where xxxx stands for a version number. MadAnalysis 5 requires several external dependencies in order to properly run: 89 }}}90 }}} 90 91 * Python 2.6 or a more recent version (but not the 3.X series) that can be downloaded from the website http://www.python.org/. This requirement is common with those needed by the MadGraph 5 package. 91 92 * The numpy package must be properly installed to. It can be downloaded from http://www.numpy.org/