Program Classes

The complete PYTHIA 8 package contains a multitude of classes. 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.

Class Reference Comment
CellJet Event Analysis jet cone clustering analysis, intended for hadron collider topologies
ClusterJet Event Analysis jet clustering analysis, intended for e^+e^- collider topologies
DecayChannel Particle Data Scheme the properties of a single decay channel of particle species
DecayTable Particle Data Scheme the decay channels table of a particle species
Event Event Record the complete event record
HepMC::I_Pythia8 HepMC Interface convert a PYTHIA event record to the HepMC format
Hist Histograms a primitive built-in histogramming package
Info Event Information various one-of-a-kind information on the current event
Particle Particle Properties the properties of a particle in the event record
ParticleDataEntry Particle Data Scheme the properties of a particle species
ParticleDataTable Particle Data Scheme the database of particle species properties
Pythia Program Flow the top-level class, that drives the generation process
RotBstMatrix Four-Vectors rotation and boosts of four-vectors
Settings Settings Scheme the database that regulates the behaviour of the program
Sphericity Event Analysis sphericity analysis of events
Thrust Event Analysis thrust analysis of events
Vec4 Four-Vectors four-vectors

You can also access an extensive list of the public methods in these classes, which compensates for the brevity of the current page.