Fork me on GitHub

Changes between Initial Version and Version 1 of WorkBook/Tutorials/Student


Ignore:
Timestamp:
Sep 8, 2019, 11:08:36 AM (5 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/Tutorials/Student

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