Changes between Version 8 and Version 9 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 22, 2014, 3:39:58 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v8 v9 4 4 5 5 This section explains how you can run your own !FastJet code on Delphes particles. 6 We provide two working codes in the {{{examples/ExternalFastJet}}}directory, [source:examples/ExternalFastJet/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJet/ExternalFastJetHepMC.cpp].6 We provide two working codes in the [source:examples/ExternalFastJet] directory, [source:examples/ExternalFastJet/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJet/ExternalFastJetHepMC.cpp]. 7 7 8 8 Both examples convert generated events into Delphes candidates, perform event reconstruction, and pass reconstructed particles to anti-kT clustering. {{{ExternalFastJetHepMC}}} takes as input an HepMC event file, while {{{ExternalFastJetBasic}}} has internally defined input particles.