Changes between Version 14 and Version 15 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 22, 2014, 3:50:39 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v14 v15 37 37 }}} 38 38 39 == Run==39 == Setup == 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]). … … 82 82 }}} 83 83 84 Compile: 84 == Build == 85 85 86 86 {{{ … … 88 88 g++ $CXXFLAGS $LDFLAGS examples/ExternalFastJet/ExternalFastJetHepMC.cpp -o ExternalFastJetHepMC 89 89 }}} 90 91 == Run == 90 92 91 93 If you need a test HepMC file, you can take it from: