/usr/share/doc/pythia8-doc/html/BoseEinsteinEffects.html is in pythia8-doc-html 8.1.80-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | <html>
<head>
<title>Bose-Einstein Effects</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>
<h2>Bose-Einstein Effects</h2>
The <code>BoseEinstein</code> class performs shifts of momenta
of identical particles to provide a crude estimate of
Bose-Einstein effects. The algorithm is the BE_32 one described in
[<a href="Bibliography.html" target="page">Lon95</a>], with a Gaussian parametrization of the enhancement.
We emphasize that this approach is not based on any first-principles
quantum mechanical description of interference phenomena; such
approaches anyway have many problems to contend with. Instead a cruder
but more robust approach is adopted, wherein BE effects are introduced
after the event has already been generated, with the exception of the
decays of long-lived particles. The trick is that momenta of identical
particles are shifted relative to each other so as to provide an
enhancement of pairs closely separated, which is compensated by a
depletion of pairs in an intermediate region of separation.
<p/>
More precisely, the intended target form of the BE correlations in
BE_32 is
<br/><i>
f_2(Q) = (1 + lambda * exp(-Q^2 R^2))
* (1 + alpha * lambda * exp(-Q^2 R^2/9) * (1 - exp(-Q^2 R^2/4)))
</i><br/>
where <i>Q^2 = (p_1 + p_2)^2 - (m_1 + m_2)^2</i>.
Here the strength <i>lambda</i> and effective radius <i>R</i>
are the two main parameters. The first factor of the
equation is implemented by pulling pairs of identical hadrons closer
to each other. This is done in such a way that three-momentum is
conserved, but at the price of a small but non-negligible negative
shift in the energy of the event. The second factor compensates this
by pushing particles apart. The negative <i>alpha</i> parameter is
determined iteratively, separately for each event, so as to restore
energy conservation. The effective radius parameter is here <i>R/3</i>,
i.e. effects extend further out in <i>Q</i>. Without the dampening
<i>(1 - exp(-Q^2 R^2/4))</i> in the second factor the value at the
origin would become <i>f_2(0) = (1 + lambda) * (1 + alpha * lambda)</i>,
with it the desired value <i>f_2(0) = (1 + lambda)</i> is restored.
The end result can be viewed as a poor man's rendering of a rapidly
dampened oscillatory behaviour in <i>Q</i>.
<p/>
Further details can be found in [<a href="Bibliography.html" target="page">Lon95</a>]. For instance, the
target is implemented under the assumption that the initial distribution
in <i>Q</i> can be well approximated by pure phase space at small
values, and implicitly generates higher-order effects by the way
the algorithm is implemented. The algorithm is applied after the decay
of short-lived resonances such as the <i>rho</i>, but before the decay
of longer-lived particles.
<p/>
This algorithm is known to do a reasonable job of describing BE
phenomena at LEP. It has not been tested against data for hadron
colliders, to the best of our knowledge, so one should exercise some
judgment before using it. Therefore by default the master switch
<a href="MasterSwitches.html" target="page">HadronLevel:BoseEinstein</a> is off.
Furthermore, the implementation found here is not (yet) as
sophisticated as the one used at LEP2, in that no provision is made
for particles from separate colour singlet systems, such as
<i>W</i>'s and <i>Z</i>'s, interfering only at a reduced rate.
<p/>
<b>Warning:</b> The algorithm will create a new copy of each particle
with shifted momentum by BE effects, with status code 99, while the
original particle with the original momentum at the same time will be
marked as decayed. This means that if you e.g. search for all
<i>pi+-</i> in an event you will often obtain the same particle twice.
One way to protect yourself from unwanted doublecounting is to
use only particles with a positive status code, i.e. ones for which
<code>event[i].isFinal()</code> is <code>true</code>.
<h3>Main parameters</h3>
<p/><code>flag </code><strong> BoseEinstein:Pion </strong>
(<code>default = <strong>on</strong></code>)<br/>
Include effects or not for identical <i>pi^+</i>, <i>pi^-</i>
and <i>pi^0</i>.
<p/><code>flag </code><strong> BoseEinstein:Kaon </strong>
(<code>default = <strong>on</strong></code>)<br/>
Include effects or not for identical <i>K^+</i>, <i>K^-</i>,
<i>K_S^0</i> and <i>K_L^0</i>.
<p/><code>flag </code><strong> BoseEinstein:Eta </strong>
(<code>default = <strong>on</strong></code>)<br/>
Include effects or not for identical <i>eta</i> and <i>eta'</i>.
<p/><code>parm </code><strong> BoseEinstein:lambda </strong>
(<code>default = <strong>1.</strong></code>; <code>minimum = 0.</code>; <code>maximum = 2.</code>)<br/>
The strength parameter for Bose-Einstein effects. On physical grounds
it should not be above unity, but imperfections in the formalism
used may require that nevertheless.
<p/><code>parm </code><strong> BoseEinstein:QRef </strong>
(<code>default = <strong>0.2</strong></code>; <code>minimum = 0.05</code>; <code>maximum = 1.</code>)<br/>
The size parameter of the region in <i>Q</i> space over which
Bose-Einstein effects are significant. Can be thought of as
the inverse of an effective distance in normal space,
<i>R = hbar / QRef</i>, with <i>R</i> as used in the above equation.
That is, <i>f_2(Q) = (1 + lambda * exp(-(Q/QRef)^2)) * (...)</i>.
<p/><code>parm </code><strong> BoseEinstein:widthSep </strong>
(<code>default = <strong>0.02</strong></code>; <code>minimum = 0.001</code>; <code>maximum = 1.</code>)<br/>
Particle species with a width above this value (in GeV) are assumed
to be so short-lived that they decay before Bose-Einstein effects
are considered, while otherwise they do not. In the former case the
decay products thus can obtain shifted momenta, in the latter not.
The default has been picked such that both <i>rho</i> and
<i>K^*</i> decay products would be modified.
</body>
</html>
<!-- Copyright (C) 2013 Torbjorn Sjostrand -->
|