Fork me on GitHub

Changes between Version 40 and Version 41 of WorkBook/QuickTour


Ignore:
Timestamp:
Dec 22, 2014, 4:33:17 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/QuickTour

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