Fork me on GitHub

Changes between Version 7 and Version 8 of WorkBook/ExternalFastJet


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ExternalFastJet

    v7 v8  
    44
    55This section explains how you can run your own !FastJet code on Delphes particles. 
    6 We provide two working codes in the "examples" directory, [source:examples/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJetHepMC.cpp].
     6We provide two working codes in the {{{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.
     
    1010The [source:cards/delphes_card_CMS_NoFastJet.tcl] configuration detector card is a truncated version of the [source:cards/delphes_card_CMS.tcl], as the reconstruction is stopped after producing collections of calorimeter towers and particle-flow objects, before jet and high level object isolation and identification. Similar cards for the ATLAS and the FCC detectors can be easily produced by truncating [source:cards/delphes_card_ATLAS.tcl] and [source:cards/delphes_card_FCC_basic.tcl] likewise.
    1111
    12 The input particle collection to jet clustering are specified inside [source:examples/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJetHepMC.cpp] via:
     12The input particle collection to jet clustering are specified inside [source:examples/ExternalFastJet/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJet/ExternalFastJetHepMC.cpp] via:
    1313
    1414{{{