This file is indexed.

/usr/share/doc/pythia8-doc/html/LeftRightSymmetryProcesses.html is in pythia8-doc-html 8.1.86-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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<html>
<head>
<title>Left-Right-Symmetry Processes</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>
 
<h2>Left-Right-Symmetry Processes</h2> 
 
At current energies, the world is left-handed, i.e. the Standard Model 
contains an <i>SU(2)_L</i> group. Left-right symmetry at some larger 
scale implies the need for an <i>SU(2)_R</i> group. Thus the particle 
content is expanded by right-handed <i>Z_R^0</i> and <i>W_R^+-</i> 
and right-handed neutrinos. The Higgs fields have to be in a triplet 
representation, leading to doubly-charged Higgs particles, one set for 
each of the two <i>SU(2)</i> groups. Also the number of neutral and 
singly-charged Higgs states is increased relative to the Standard Model, 
but a search for the lowest-lying states of this kind is no different 
from e.g. the freedom already accorded by the MSSM Higgs scenarios. 
 
<p/> 
PYTHIA implements the scenario of [<a href="Bibliography.html" target="page">Hui97</a>]. 
 
<p/> 
The <i>W_R^+-</i> has been implemented as a simple copy of the 
ordinary <i>W^+-</i>, with the exception that it couples to 
right-handed neutrinos instead of the ordinary left-handed ones. 
Thus the standard CKM matrix is used in the quark sector, and the 
same vector and axial coupling strengths, leaving only the mass as 
free parameter. The <i>Z_R^0</i> implementation (without interference 
with the photon or the ordinary <i>Z^0</i>) allows decays both to 
left- and right-handed neutrinos, as well as other fermions, according 
to one specific model ansatz. Obviously both the <i>W_R^+-</i> 
and the <i>Z_R^0</i> descriptions are  likely to be simplifications, 
but provide a starting point. 
 
<p/> 
For the doubly-charged Higgs bosons, the main decay modes implemented are 
<i>H_L^++ &rarr; W_L^+ W_L^+, l_i^+ l_j^+ </i> (<i>i, j</i> generation 
indices) and <i>H_R^++ &rarr; W_R^+ W_R^+, l_i^+ l_j^+</i>. 
 
<p/> 
The right-handed neutrinos can be allowed to decay further. Assuming them 
to have a mass below that of <i>W_R^+-</i>, they decay to three-body 
states via a virtual <i>W_R^+-</i>, <i>nu_Rl &rarr; l+- f fbar'</i>, 
where both lepton charges are allowed owing to the Majorana character 
of the neutrinos. If there is a significant mass splitting, also 
sequential decays <i>nu_Rl &rarr; l+- l'-+  nu'_Rl</i> are allowed. 
Currently the decays are isotropic in phase space. If the neutrino 
masses are close to or above the <i>W_R^</i> ones, this description 
has to be substituted by a sequential decay via a real <i>W_R^</i> 
(not implemented, but actually simpler to do than the one here). 
 
 
<h3>Production processes</h3> 
 
A few different production processes have been implemented, which normally 
would not overlap and therefore could be run together. 
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:all &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Common switch for the group of implemented processes within a 
left-right-symmetric scenario. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ffbar2ZR &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>f fbar &rarr; Z_R^0</i>. 
Code 3101. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ffbar2WR &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i><f fbar' &rarr; W_R^+</i>. 
Code 3102. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ll2HL &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i l_j &rarr; H_L^--</i>. 
Code 3121. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HLe &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_L^-- e^+</i>. 
Code 3122. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HLmu &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_L^-- mu^+</i>. 
Code 3123. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HLtau &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_L^-- tau^+</i>. 
Code 3124. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ff2HLff &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>f_1 f_2 &rarr; H_L^-- f_3 f_4</i> via <i>WW</i> fusion. 
Code 3125. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ffbar2HLHL &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>f fbar &rarr;  H_L^++ H_L^--</i>. 
Code 3126. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ll2HR &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i l_j &rarr; H_R^--</i>. 
Code 3141. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HRe &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_R^-- e^+</i>. 
Code 3142. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HRmu &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_R^-- mu^+</i>. 
Code 3143. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:lgm2HRtau &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>l_i gamma &rarr; H_R^-- tau^+</i>. 
Code 3144. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ff2HRff &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>f_1 f_2 &rarr; H_R^-- f_3 f_4</i> via <i>WW</i> fusion. 
Code 3145. 
   
 
<p/><code>flag&nbsp; </code><strong> LeftRightSymmmetry:ffbar2HRHR &nbsp;</strong> 
 (<code>default = <strong>off</strong></code>)<br/>
Scatterings <i>f fbar &rarr;  H_R^++ H_R^--</i>. 
Code 3146. 
   
 
<h3>Parameters</h3> 
 
The basic couplings of the model are 
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:gL &nbsp;</strong> 
 (<code>default = <strong>0.64</strong></code>; <code>minimum = 0.0</code>)<br/>
lefthanded coupling <i>g_L = e / sin(theta)</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:gR &nbsp;</strong> 
 (<code>default = <strong>0.64</strong></code>; <code>minimum = 0.0</code>)<br/>
righthanded coupling <i>g_R</i>, assumed the same as <i>g_L</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:vL &nbsp;</strong> 
 (<code>default = <strong>5.</strong></code>; <code>minimum = 0.0</code>)<br/>
vacuum expectation value <i>v_L</i> (in GeV) for the left-triplet. 
   
 
<p/> 
The corresponding vacuum expectation value <i>v_R</i> is assumed 
given by <i>v_R = sqrt(2) M_WR / g_R</i> and is not stored explicitly. 
 
<p/> 
The Yukawa couplings of a lepton pair to a <i>H^--</i>, assumed the 
same for <i>H_L^--</i> and <i>H_R^--</i>, is described by a symmetric 
3-by-3 matrix. The default matrix is dominated by the diagonal elements 
and especially by the <i>tau tau</i> one. 
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHee &nbsp;</strong> 
 (<code>default = <strong>0.1</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; e- e-</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHmue &nbsp;</strong> 
 (<code>default = <strong>0.01</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; mu- e-</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHmumu &nbsp;</strong> 
 (<code>default = <strong>0.1</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; mu- mu-</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHtaue &nbsp;</strong> 
 (<code>default = <strong>0.01</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; tau- e-</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHtaumu &nbsp;</strong> 
 (<code>default = <strong>0.01</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; tau- mu-</i>. 
   
 
<p/><code>parm&nbsp; </code><strong> LeftRightSymmmetry:coupHtautau &nbsp;</strong> 
 (<code>default = <strong>0.3</strong></code>; <code>minimum = 0.0</code>)<br/>
Yukawa coupling for <i>H^-- &rarr; tau- tau-</i>. 
   
 
</body>
</html>
 
<!-- Copyright (C) 2014 Torbjorn Sjostrand -->