Fork me on GitHub

Changes between Version 41 and Version 42 of WorkBook/QuickTour


Ignore:
Timestamp:
Oct 9, 2015, 3:31:07 PM (9 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

    v41 v42  
    1111After configuring your environment for ROOT, download and build Delphes:
    1212{{{#!sh
    13 wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.2.0.tar.gz
    14 tar -zxf Delphes-3.2.0.tar.gz
     13wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.3.0.tar.gz
     14tar -zxf Delphes-3.3.0.tar.gz
    1515
    16 cd Delphes-3.2.0
     16cd Delphes-3.3.0
    1717make -j 4
    1818}}}