Fork me on GitHub

Changes between Initial Version and Version 1 of WorkBook/TutorialBologna


Ignore:
Timestamp:
Jun 8, 2016, 1:12:04 PM (8 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/TutorialBologna

    v1 v1  
     1[[TOC]]
     2
     3= MG5+Delphes Tutorial - Bologna June 2016 =
     4
     5== Pre-requisites ==
     6
     7To successfully build Delphes 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
     18Once it is installed, type:
     19
     20source [path_to_installation]/root/bin/thisroot.sh
     21
     22The simply type in a terminal:
     23
     24echo $ROOTSYS
     25
     26If a path is shown then root is properly installed.
     27
     28