This file is indexed.

/usr/share/doc/pythia8-doc/html/ProgramClasses.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
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<html>
<head>
<title>Program Classes</title>
<link rel="stylesheet" type="text/css" href="pythia.css"/>
<link rel="shortcut icon" href="pythia32.gif"/>
</head>
<body>

<h2>Program Classes</h2>

The complete PYTHIA 8 package contains 
<a href="ProgramFiles.html" target="page">a multitude of classes</a>.
There is no reason to describe all of them, with all of their
methods, since most should not be touched by a normal user.
Nevertheless some of the crucial ones are described in detail,
as a help not only to advanced users but also to developers. 
We here provide a quick reference (still incomplete) which 
classes you can find described where on these pages. Normally
you have to scroll down to find the details, since the top of
the page contains information of more general interest.

<p/>
<table cellspacing="5">

<tr> 
<td><b>Class</b></td> 
<td><b>Reference</b></td> 
<td><b>Comment</b></td> 
</tr>

<tr> 
<td><code>BeamShape</code></td> 
<td><a href="BeamShape.html" target="page">Beam Shape</a></td> 
<td>vertex and beam momentum spread</td> 
</tr>

<tr> 
<td><code>CellJet</code></td> 
<td><a href="EventAnalysis.html" target="page">Event Analysis</a></td> 
<td>jet cone clustering analysis, intended for hadron collider 
topologies</td> 
</tr>

<tr> 
<td><code>ClusterJet</code></td> 
<td><a href="EventAnalysis.html" target="page">Event Analysis</a></td> 
<td>jet clustering analysis, intended for <i>e^+e^-</i> 
collider topologies</td> 
</tr>

<tr> 
<td><code>CoupSM</code></td> 
<td><a href="StandardModelParameters.html" target="page">Standard Model Parameters</a></td> 
<td>couplings and mixing matrices</td> 
</tr>

<tr> 
<td><code>CoupSUSY</code></td> 
<td><a href="SUSYLesHouchesAccord.html" target="page">SUSY Les Houches Accord</a></td> 
<td>compute and store SUSY couplings, using input from SusyLesHouches</td> 
</tr>

<tr> 
<td><code>DecayChannel</code></td> 
<td><a href="ParticleDataScheme.html" target="page">Particle Data Scheme</a></td> 
<td>the properties of a single decay channel of  particle species</td> 
</tr>

<tr> 
<td><code>Event</code></td> 
<td><a href="EventRecord.html" target="page">Event Record</a></td> 
<td>the complete event record</td> 
</tr>

<tr> 
<td><code>HepMC::Pythia8ToHepMC</code></td> 
<td><a href="HepMCInterface.html" target="page">HepMC Interface</a></td> 
<td>convert a PYTHIA event record to the HepMC format</td> 
</tr>

<tr> 
<td><code>Hist</code></td> 
<td><a href="Histograms.html" target="page">Histograms</a></td> 
<td>a primitive built-in histogramming package</td> 
</tr>

<tr> 
<td><code>Info</code></td> 
<td><a href="EventInformation.html" target="page">Event Information</a></td> 
<td>various one-of-a-kind information on the current event</td> 
</tr>

<tr> 
<td><code>LHAPDFInterface</code></td> 
<td><a href="PartonDistributions.html" target="page">Parton Distributions</a></td> 
<td>use PDF sets from the LHAPDF library</td> 
</tr>

<tr> 
<td><code>LHAup</code></td> 
<td><a href="LesHouchesAccord.html" target="page">Les Houches Accord</a></td> 
<td>base class for Les Houches external hard-event input</td> 
</tr>

<tr> 
<td><code>Particle</code></td> 
<td><a href="ParticleProperties.html" target="page">Particle Properties</a></td> 
<td>the properties of a particle in the event record</td> 
</tr>

<tr> 
<td><code>ParticleData</code></td> 
<td><a href="ParticleDataScheme.html" target="page">Particle Data Scheme</a></td> 
<td>the database of particle species properties</td> 
</tr>

<tr> 
<td><code>ParticleDataEntry</code></td> 
<td><a href="ParticleDataScheme.html" target="page">Particle Data Scheme</a></td> 
<td>the properties of a particle species</td> 
</tr>

<tr> 
<td><code>PDF</code></td> 
<td><a href="PartonDistributions.html" target="page">Parton Distributions</a></td> 
<td>base class for all PDFs</td> 
</tr>

<tr> 
<td><code>Pythia</code></td> 
<td><a href="ProgramFlow.html" target="page">Program Flow</a></td> 
<td>the top-level class, that drives the generation process</td> 
</tr>

<tr> 
<td><code>ResonanceWidths</code></td> 
<td><a href="SemiInternalResonances.html" target="page">Semi-Internal Resonances</a></td> 
<td>base class for all resonance-width treatment</td> 
</tr>

<tr> 
<td><code>Rndm</code></td> 
<td><a href="RandomNumbers.html" target="page">RandomNumbers</a></td> 
<td>a primitive built-in histogramming package</td> 
</tr>

<tr> 
<td><code>RotBstMatrix</code></td> 
<td><a href="FourVectors.html" target="page">Four-Vectors</a></td> 
<td>rotation and boosts of four-vectors</td> 
</tr>

<tr> 
<td><code>Settings</code></td> 
<td><a href="SettingsScheme.html" target="page">Settings Scheme</a></td> 
<td>the database that regulates the behaviour of the program</td> 
</tr>

<tr> 
<td><code>SigmaProcess</code></td> 
<td><a href="SemiInternalProcesses.html" target="page">Semi-Internal Processes</a></td> 
<td>base class for all hard-process cross sections</td> 
</tr>

<tr> 
<td><code>SlowJet</code></td> 
<td><a href="EventAnalysis.html" target="page">Event Analysis</a></td> 
<td>simple jet clustering using the <i>kT</i>, anti-<i>kT</i> or
Cambridge/Aachen algorithms.</td> 
</tr>

<tr> 
<td><code>SpaceShower</code></td> 
<td><a href="ImplementNewShowers.html" target="page">Implement New Showers</a></td> 
<td>spacelike, i..e. initial-state showers</td> 
</tr>

<tr> 
<td><code>Sphericity</code></td> 
<td><a href="EventAnalysis.html" target="page">Event Analysis</a></td> 
<td>sphericity analysis of events</td> 
</tr>

<tr> 
<td><code>SusyLesHouches</code></td> 
<td><a href="SUSYLesHouchesAccord.html" target="page">SUSY Les Houches Accord</a></td> 
<td>reading in of SLHA information</td> 
</tr>

<tr> 
<td><code>Thrust</code></td> 
<td><a href="EventAnalysis.html" target="page">Event Analysis</a></td> 
<td>thrust analysis of events</td> 
</tr>

<tr> 
<td><code>TimeShower</code></td> 
<td><a href="ImplementNewShowers.html" target="page">Implement New Showers</a></td> 
<td>timelike, i..e. final-state showers</td> 
</tr>

<tr> 
<td><code>UserHooks</code></td> 
<td><a href="UserHooks.html" target="page">User Hooks</a></td> 
<td>get access to some steps of the generation process</td> 
</tr>

<tr> 
<td><code>Vec4</code></td> 
<td><a href="FourVectors.html" target="page">Four-Vectors</a></td> 
<td>four-vectors</td> 
</tr>

<tr> 
<td><code></code></td> 
<td><a href=".html" target="page"></a></td> 
<td></td> 
</tr>

<tr> 
<td><code></code></td> 
<td><a href=".html" target="page"></a></td> 
<td></td> 
</tr>

</table>

<p/>
You can also access an extensive list of the public 
<a href="ProgramMethods.html" target="page">methods</a> in these classes, 
which compensates for the brevity of the current page. 

<!-- Copyright (C) 2013 Torbjorn Sjostrand -->