]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8175/phpdoc/JetFinders.php
Update to 8.175
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8175 / phpdoc / JetFinders.php
1 <html>
2 <head>
3 <title>Jet Finders</title>
4 <link rel="stylesheet" type="text/css" href="pythia.css"/>
5 <link rel="shortcut icon" href="pythia32.gif"/>
6 </head>
7 <body>
8
9 <script language=javascript type=text/javascript>
10 function stopRKey(evt) {
11 var evt = (evt) ? evt : ((event) ? event : null);
12 var node = (evt.target) ? evt.target :((evt.srcElement) ? evt.srcElement : null);
13 if ((evt.keyCode == 13) && (node.type=="text"))
14 {return false;}
15 }
16
17 document.onkeypress = stopRKey;
18 </script>
19 <?php
20 if($_POST['saved'] == 1) {
21 if($_POST['filepath'] != "files/") {
22 echo "<font color='red'>SETTINGS SAVED TO FILE</font><br/><br/>"; }
23 else {
24 echo "<font color='red'>NO FILE SELECTED YET.. PLEASE DO SO </font><a href='SaveSettings.php'>HERE</a><br/><br/>"; }
25 }
26 ?>
27
28 <form method='post' action='JetFinders.php'>
29
30 <h2>Jet Finders</h2>
31
32 <code>Pythia</code> comes with three <?php $filepath = $_GET["filepath"];
33 echo "<a href='EventAnalysis.php?filepath=".$filepath."' target='page'>";?>built-in 
34 jet finders</a>, <code>ClusterJet</code> for <i>e^+e^-</i> events 
35 and <code>SlowJet</code> and <code>CellJet</code>for hadron collider ones. 
36 Especially the latter is not so well matched to the standards of its field, 
37 however. (But it is closely related to the anti-<i>kT</i> algorithm,
38 so is also not completely disconnected [<a href="Bibliography.php" target="page">Cac08</a>].)  
39 <code>SlowJet</code> can do jet finding according to the current-day 
40 <i>kT</i>, Cambridge/Aachen and anti-<i>kT</i> algorithms but,
41 as the name indicates, is is rather slow, especially when compared with 
42 the <code>FastJet</code> alternative.
43
44 <h3>FastJet</h3>
45
46 For realistic jet studies the <code>FastJet</code> package
47 [<a href="Bibliography.php" target="page">Cac06</a>] has become a standard. Several different
48 jet options are available, such as <i>kT</i>,
49 Cambridge/Aachen, anti-<i>kT</i> and SISCone.
50
51 <p/>
52 Linking to <code>FastJet</code> is foreseen in the configure 
53 file in the <code>examples</code> subdirectory, and the 
54 <code>main71.cc</code> and <code>main72.cc</code> programs contain
55 examples how it can be used with <code>Pythia</code> events.
56
57 <p/>
58 The latter program makes use of the <code>include/FastJet3.h</code>
59 header file, contributed by Gavin Salam. This allows simple input 
60 of a <code>Pythia</code> particle into a <code>FastJet</code> one, 
61 either retaining only the four-momentum or the full particle information. 
62 Thereby more sophisticated selectors become possible at the 
63 <code>FastJet</code> level. 
64
65 </body>
66 </html>
67
68 <!-- Copyright (C) 2013 Torbjorn Sjostrand -->