source: HiSusy/trunk/Pythia8/pythia8170/phpdoc/Glossary.php @ 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: 3.6 KB
Line 
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>
10function stopRKey(evt) {
11var evt = (evt) ? evt : ((event) ? event : null);
12var node = (evt.target) ? evt.target :((evt.srcElement) ? evt.srcElement : null);
13if ((evt.keyCode == 13) && (node.type=="text"))
14{return false;}
15}
16
17document.onkeypress = stopRKey;
18</script>
19<?php
20if($_POST['saved'] == 1) {
21if($_POST['filepath'] != "files/") {
22echo "<font color='red'>SETTINGS SAVED TO FILE</font><br/><br/>"; }
23else {
24echo "<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
36Branching Ratio</dd>
37
38<dt>BSM</dt>
39<dd>Beyond-the-Standard-Model physics, as a generic term for anything
40not 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
47information should be stored to allow further showering and hadronization
48of "skeleton" hard processes</dd>
49
50<dt>LHAPDF</dt>
51<dd>Les Houches Accord Parton Distribution Functions, originally a standard
52format 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
56event information</dd>
57
58<dt>ISR</dt>
59<dd>Initial-State Radiation, implemented in terms of spacelike showers</dd>
60
61<dt>MPI</dt>
62<dd>Multiparton Interactions, i.e. several (more or less) independent
63parton-parton subcollisions as part of a hadron-hadron event (previously
64called MI for multiple interactions)</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
71Function)</dd>
72
73<dt>PDG code</dt>
74<dd>a scheme for assigning unique integers, particle identity codes,
75to known and hypothetical particles; code rules and tables are published
76in the RPP (see below).</dd>
77
78<dt>pileup</dt>
79<dd>several hadron-hadron collisions in a bunch crossing; not to
80be confused with MPI</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
85has been taken (but, given the poor data on many hadron resonances, a lot of
86extra (guess)work is needed)</dd>
87
88<dt>setting</dt>
89<dd>collectively used to denote all the boolean <code>flag</code>,
90integer <code>mode</code>, double-precision <code>parm</code>
91and string <code>word</code> variables that can be set by the user
92to steer the behaviour of a run; normally particle data are considered
93separately but clearly are closely related</dd>
94
95<dt>SLHA</dt>
96<dd>SUSY Les Houchs Accord for interchange of mass and coupling information
97in 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
107standard 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,
110so that again they match for <i>c = 1</i>;
111<br/>mb for all cross sections (but input or output via the Les Houches
112Accord takes into account that the unit there is pb)
113</dd>
114
115</dl>
116
117</body>
118</html>
119
120<!-- Copyright (C) 2012 Torbjorn Sjostrand -->
Note: See TracBrowser for help on using the repository browser.