Fork me on GitHub

Changes between Version 7 and Version 8 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Jun 20, 2012, 1:17:58 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v7 v8  
     1Here is a very preliminary description of the Delphes library interface.
     2
     3== Installation ==
     4
     5Sources are in the attachment.
     6
     7Commands to download and build the library:
     8{{{
     9  setup ROOT environment variables
     10
     11  wget https://server06.fynu.ucl.ac.be/projects/delphes/raw-attachment/wiki/LibraryInterface/ModularDelphes.tar.gz
     12  tar -zxf ModularDelphes.tar.gz
     13  cd ModularDelphes
     14  make
     15  # library
     16  ls -l libDelphes.so
     17  # headers
     18  ls external/ExRootAnalysis/*.h
     19}}}
     20
     21== Example ==
     22
    123{{{
    224#include "TROOT.h"