Changes between Version 16 and Version 17 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 22, 2014, 4:02:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v16 v17 37 37 }}} 38 38 39 == Setup ==39 == Setup and build== 40 40 41 41 In 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]). 42 In "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: 42 43 43 Then set the paths to your Delphes, !FastJet and ROOT installations (DELPHES_DIR, FASTJET_DIR and ROOT_DIR): 44 {{{ 45 cd examples/ExternalFastJet 46 make 47 }}} 48 49 and go to the [#Run Run] section. 50 51 Alternatively, here are the instructions necessary for constructing a Makefile: 52 53 Set the paths to your Delphes, !FastJet and ROOT installations (DELPHES_DIR, FASTJET_DIR and ROOT_DIR): 44 54 45 55 {{{ … … 82 92 }}} 83 93 84 == Build == 94 then compile: 85 95 86 96 {{{ … … 91 101 == Run == 92 102 93 If you need a test HepMC file, you can take it from:103 If you need a test HepMC event file, you can take it from: 94 104 95 105 {{{