Fork me on GitHub

Changes between Version 16 and Version 17 of WorkBook/ReadingCMSFiles


Ignore:
Timestamp:
Aug 19, 2013, 10:37:49 PM (11 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ReadingCMSFiles

    v16 v17  
    1313https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookSetComputerNode
    1414
    15 == Building Delphes ==
     15== Building Delphes and DelphesCMSFWLite ==
    1616
    1717Commands to download and build Delphes:
    1818
    1919{{{
     20export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
     21
    2022wget http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.0.10.tar.gz
    2123tar -zxf Delphes-3.0.10.tar.gz
     
    2325cd Delphes-3.0.10
    2426make -j 4
    25 }}}
    26 
    27 == Building DelphesCMSFWLite ==
    28 
    29 Commands to build '''{{{DelphesCMSFWLite}}}''':
    30 
    31 {{{
    32 export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
    33 
    34 source examples/DelphesCMSFWLite.sh
    3527}}}
    3628