Changes between Version 7 and Version 8 of WorkBook/ExternalFastJet
- Timestamp:
- Dec 22, 2014, 3:39:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ExternalFastJet
v7 v8 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" directory, [source:examples/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJetHepMC.cpp].6 We provide two working codes in the {{{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. … … 10 10 The [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. 11 11 12 The input particle collection to jet clustering are specified inside [source:examples/ExternalFastJet Basic.cpp] and [source:examples/ExternalFastJetHepMC.cpp] via:12 The input particle collection to jet clustering are specified inside [source:examples/ExternalFastJet/ExternalFastJetBasic.cpp] and [source:examples/ExternalFastJet/ExternalFastJetHepMC.cpp] via: 13 13 14 14 {{{