Fork me on GitHub

Changes between Version 16 and Version 17 of WorkBook/ExternalFastJet


Ignore:
Timestamp:
Dec 22, 2014, 4:02:42 PM (10 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ExternalFastJet

    v16 v17  
    3737}}}
    3838
    39 == Setup ==
     39== Setup and build==
    4040
    4141In order to run Delphes with your own !FastJet installation you first need to install Delphes and !FastJet (to install Delphes, see [wiki:WorkBook/QuickTour here], for !FastJet see [http://fastjet.fr/quickstart.html here]).
     42In "examples/ExternalFastJet/Makefile" set the paths to your Delphes, !FastJet and ROOT installations (DELPHES_DIR, FASTJET_DIR and ROOT_DIR), and simply type in a shell:
    4243
    43 Then set the paths to your Delphes, !FastJet and ROOT installations (DELPHES_DIR, FASTJET_DIR and ROOT_DIR):
     44{{{
     45cd examples/ExternalFastJet
     46make
     47}}}
     48
     49and go to the [#Run Run] section.
     50
     51Alternatively, here are the instructions necessary for constructing a Makefile:
     52
     53Set the paths to your Delphes, !FastJet and ROOT installations (DELPHES_DIR, FASTJET_DIR and ROOT_DIR):
    4454
    4555{{{
     
    8292}}}
    8393
    84 == Build ==
     94then compile:
    8595
    8696{{{
     
    91101== Run ==
    92102
    93 If you need a test HepMC file, you can take it from:
     103If you need a test HepMC event file, you can take it from:
    94104
    95105{{{