source: HiSusy/trunk/Pythia8/pythia8170/xmldoc/JetFinders.xml @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 1.6 KB
Line 
1<chapter name="Jet Finders">
2
3<h2>Jet Finders</h2>
4
5<code>Pythia</code> comes with three <aloc href="EventAnalysis">built-in
6jet finders</aloc>, <code>ClusterJet</code> for <ei>e^+e^-</ei> events
7and <code>SlowJet</code> and <code>CellJet</code>for hadron collider ones.
8Especially the latter is not so well matched to the standards of its field,
9however. (But it is closely related to the anti-<ei>kT</ei> algorithm,
10so is also not completely disconnected <ref>Cac08</ref>.) 
11<code>SlowJet</code> can do jet finding according to the current-day
12<ei>kT</ei>, Cambridge/Aachen and anti-<ei>kT</ei> algorithms but,
13as the name indicates, is is rather slow, especially when compared with
14the <code>FastJet</code> alternative.
15
16<h3>FastJet</h3>
17
18For realistic jet studies the <code>FastJet</code> package
19<ref>Cac06</ref> has become a standard. Several different
20jet options are available, such as <ei>kT</ei>,
21Cambridge/Aachen, anti-<ei>kT</ei> and SISCone.
22
23<p/>
24Linking to <code>FastJet</code> is foreseen in the configure
25file in the <code>examples</code> subdirectory, and the
26<code>main71.cc</code> and <code>main72.cc</code> programs contain
27examples how it can be used with <code>Pythia</code> events.
28
29<p/>
30The latter program makes use of the <code>include/FastJet3.h</code>
31header file, contributed by Gavin Salam. This allows simple input
32of a <code>Pythia</code> particle into a <code>FastJet</code> one,
33either retaining only the four-momentum or the full particle information.
34Thereby more sophisticated selectors become possible at the
35<code>FastJet</code> level.
36
37</chapter>
38
39<!-- Copyright (C) 2012 Torbjorn Sjostrand -->
Note: See TracBrowser for help on using the repository browser.