]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA8/pythia8145/phpdoc/Glossary.php
New pythia8 version
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8145 / phpdoc / Glossary.php
1 <html>
2 <head>
3 <title>Glossary</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='Glossary.php'>
29
30 <h2>Glossary</h2>
31
32 <dl>
33
34 <dt>BR</dt>
35 <dd>Beam Remnants; not much used since it may be confused with 
36 Branching Ratio</dd>
37
38 <dt>BSM</dt>
39 <dd>Beyond-the-Standard-Model physics, as a generic term for anything
40 not contained within the SM</dd>
41
42 <dt>FSR</dt>
43 <dd>Final-State Radiation, implemented in terms of timelike showers</dd>
44
45 <dt>LHA</dt>
46 <dd>Les Houches Accord for user processes, describing which process-level 
47 information should be stored to allow further showering and hadronization 
48 of "skeleton" hard processes</dd>
49
50 <dt>LHAPDF</dt>
51 <dd>Les Houches Accord Parton Distribution Functions, originally a standard
52 format for defining PDF's and later a library with such PDF's</dd>
53
54 <dt>LHEF</dt>
55 <dd>Les Houches Event File(s), a file format for storing LHA process and
56 event information</dd>
57
58 <dt>ISR</dt>
59 <dd>Initial-State Radiation, implemented in terms of spacelike showers</dd>
60
61 <dt>MI</dt>
62 <dd>Multiple Interactions, i.e. several (more or less) independent 
63 parton-parton subcollisions as part of a hadron-hadron event (sometimes
64 also called MPI, with P for parton or parton-parton)</dd>
65
66 <dt>MSSM</dt>
67 <dd>Minimal Supersymmetric extension of the Standard Model</dd>
68
69 <dt>PDF</dt>
70 <dd>Parton Distribution Function (alternatively Parton Density 
71 Function)</dd>
72
73 <dt>PDG code</dt>
74 <dd>a scheme for assigning unique integers, particle identity codes,
75 to known and hypothetical particles; code rules and tables are published 
76 in the RPP (see below).</dd>
77
78 <dt>pileup</dt>
79 <dd>several hadron-hadron collisions in a bunch crossing; not to 
80 be confused with MI</dd>
81
82 <dt>RPP</dt>
83 <dd>Review of Particle Physics, the biannual review by the ParticleData Group
84 (PDG) from which many Standard-Model parameter values and much particle data 
85 has been taken (but, given the poor data on many hadron resonances, a lot of
86 extra (guess)work is needed)</dd>
87
88 <dt>setting</dt>
89 <dd>collectively used to denote all the boolean <code>flag</code>, 
90 integer <code>mode</code>, double-precision <code>parm</code>
91 and string <code>word</code> variables that can be set by the user 
92 to steer the behaviour of a run; normally particle data are considered
93 separately but clearly are closely related</dd>
94
95 <dt>SLHA</dt>
96 <dd>SUSY Les Houchs Accord for interchange of mass and coupling information
97 in SUSY scenarios, via a well-defined file format</dd>
98
99 <dt>SM</dt>
100 <dd>the Standard Model of particle physics</dd>
101
102 <dt>SUSY</dt>
103 <dd>SUperSYmmetry</dd>
104
105 <dt>units</dt>
106 <dd>Normal PYTHIA input, internal operations and output is based on a set of 
107 standard units, such as:
108 <br/>GeV for all energies, momenta and masses, always with <i>c = 1</i>;
109 <br/>mm for all distances and mm/<i>c</i> for all times, 
110 so that again they match for <i>c = 1</i>;
111 <br/>mb for all cross sections (but input or output via the Les Houches 
112 Accord takes into account that the unit there is pb) 
113 </dd>
114
115 </dl>
116
117 </body>
118 </html>
119
120 <!-- Copyright (C) 2010 Torbjorn Sjostrand -->