Fork me on GitHub

Changes between Version 30 and Version 31 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Nov 22, 2012, 9:49:30 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v30 v31  
    99Commands to download and build the library:
    1010{{{
    11   setup ROOT environment variables
     11setup ROOT environment variables
    1212
    13   wget --no-check-certificate https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/LibraryInterface/ModularDelphes.tar.gz
    14   tar -zxf ModularDelphes.tar.gz
     13wget --no-check-certificate https://cp3.irmp.ucl.ac.be/projects/delphes/raw-attachment/wiki/WikiStart/Delphes_V_3.0.0.tar.gz
     14tar -zxf Delphes_V_3.0.0.tar.gz
    1515
    16   cd ModularDelphes
    17   make -j 4
     16cd Delphes_V_3.0.0
     17make -j 4
    1818
    19   # library
    20   ls libDelphes.so
     19# library
     20ls libDelphes.so
    2121
    22   # headers
    23   ls modules/Delphes.h
    24   ls classes/DelphesClasses.h
    25   ls classes/DelphesFactory.h
     22# headers
     23ls modules/Delphes.h
     24ls classes/DelphesClasses.h
     25ls classes/DelphesFactory.h
    2626
    27   # config file
    28   ls etc/delphes_card_CMS.tcl
     27# config file
     28ls examples/delphes_card_CMS.tcl
    2929}}}
    3030
     
    3333A fully functional application using the Delphes library can be found in
    3434{{{
    35   ModularDelphes/readers/DelphesSTDHEP.cpp
     35readers/DelphesSTDHEP.cpp
    3636}}}
    3737