| 1 | [[TOC]] |
| 2 | |
| 3 | = Student Project BND - Spa September 2019 = |
| 4 | |
| 5 | == Pre-requisites == |
| 6 | |
| 7 | To successfully run this tutorial the following prerequisite packages should be installed: |
| 8 | |
| 9 | - gcc/tcl: |
| 10 | |
| 11 | For linux users gcc/tcl should be already installed. For Mac users you should install XCode. |
| 12 | |
| 13 | - ROOT: |
| 14 | |
| 15 | can be downloaded from https://root.cern.ch/downloading-root |
| 16 | Go on latest release, and download a version under "Binary distributions". |
| 17 | |
| 18 | - MadGraph5 |
| 19 | |
| 20 | a version of MG5 can be downloaded here: |
| 21 | https://launchpad.net/mg5amcnlo/2.0/2.5.x/+download/MG5_aMC_v2.5.5.tar.gz |
| 22 | |
| 23 | - Delphes |
| 24 | |
| 25 | start from here: |
| 26 | https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/QuickTour |
| 27 | |
| 28 | - Pythia8: |
| 29 | |
| 30 | following instructions from here (or using the Pythia8 installation in !MadGraph): |
| 31 | |
| 32 | https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/Pythia8 |
| 33 | |
| 34 | |
| 35 | == I) Event generation with Pythia8 + Delphes sample == |
| 36 | |