| 1 | Here is a very preliminary description of the Delphes library interface. |
| 2 | |
| 3 | == Installation == |
| 4 | |
| 5 | Sources are in the attachment. |
| 6 | |
| 7 | Commands 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 | |