Fork me on GitHub

Changes between Version 8 and Version 9 of WorkBook/ExternalFastJet


Ignore:
Timestamp:
Dec 22, 2014, 3:39:58 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ExternalFastJet

    v8 v9  
    44
    55This 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].
     6We provide two working codes in the [source:examples/ExternalFastJet] directory, [source:examples/ExternalFastJet/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJet/ExternalFastJetHepMC.cpp].
    77
    88Both 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.