Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pythia-doc-8.313-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: pythia-doc Distribution: openSUSE:Factory:zSystems
Version: 8.313 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 24 08:49:27 2025
Group: Documentation/HTML Build host: reproducible
Size: 22547114 Source RPM: pythia-8.313-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pythia.org/
Summary: Documentation for Pythia - a simulation program for particle collisions
Pythia can be used to generate high-energy-physics events, i.e. sets
of outgoing particles produced in the interactions between two
incoming particles.

This package provides documentation for development with pythia.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Mar 24 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.313:
    * Too many changes to list, see https://pythia.org/history/.
  - Minor rebase of all patches for update.
  - Major rebase of pythia-examples-link-gmp.patch to apply against
    updated make file.
  - Revise disabled tests for %check.
* Sun Mar 10 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.311:
    * Too many changes to list, see https://pythia.org/history/.
  - Minor rebasing of patches to apply cleanly against update:
    * pythia-examples-link-gmp.patch
    * pythia-honour-env-cxxflags.patch
    * pythia-remove-rpaths.patch
    * reproducible.patch
  - Make doc package noarch.
* Wed Jul 26 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.310:
    * Production of quarkonia is now available via the simple
      timelike shower, see Onia Showers for details.
    * Added a new feature that allows producing user-defined
      resonances in hadronic rescattering. Newly added particles can
      be produced as resonances if they set varWidth = on.
    * A number of changes have been made to the heavy ion machinery.
    * Included possibility to sample intermediate photon virtuality
      also for externally provided events using built-in photon flux
      for protons.
    * Included possibility to generate DIS events with a
      (anti-)neutrino beam.
    * The TopRecoilHook, formerly available separately, has now been
      integrated into the SimpleTimeShower.
    * Introduced a new use plugin system, see Plugins for details.
    * The arguments to the setSigmaPtr method are now shared
      pointers. Additionally, addSigmaPtr has been introduced with
      the previous behaviour of setSigmaPtr, and the new setSigmaPtr
      overrides all previously added pointers.
    * A similar change has been made for the setResonancePtr method
      with the addition of the addResonancePtr method.
    * The new Logger class now handles printing such as
      initialization information and diagnostic messages. For more
      information about this class, see the Logging page.
    * The new BeamSetup class has been introduced to handle the beam
      configuration, including initializing and changing beam
      identities, kinematics and parton distributions.
    * Modified interface to LHAPDF6 to allow for multi-threading.
    * Updated the Python interface to use pybind11 version 2.10.4
      which is compatible with Python 3.11.
    * Fix for the Python interface working with gcc13.
    * Fixed a bug in the Python interface which prevented main162.py
      from running correctly when passing a custom function for
      initialization.
    * Updated the Lambda_b0 lifetime to c*tau = 0.44 mm. The value
      was rounded to two significant digits since PDG and HFLAV do
      not quite agree to three digits.
    * Included several small fixes in response to running an LLVM
      static code analysis.
    * Fixed out-of-range access when calling Hist::getYMin and
      Hist::getYMax for a histogram that has not been booked.
    * Fixed BeamRemnants:unresolvedHadron option that was broken and
      had no effect since 8.307.
    * Removed use of simple-template-ids in SusyLesHouches.h to make
      compliant with C++20.
    * Fixed dipole sorting behaviour in ColourReconnection which
      resulted in an ordering that depended on the current memory
      state of the program.
    * Changed the default for Parallelism:balanceLoad to on and
      updated the documentation. This ensures each thread will
      always generate the same number of events.
    * Added the += notation for settings vectors, as well as the
      include = fileName directive, which allows for additional
      settings files to be directly read in.
    * Fixed a bug in the bookkeeping the number of hadrons in the
      string fragmentation.
  - Major rebase of pythia-remove-rpaths.patch for updated version.
* Sun Feb 27 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.307:
    * Extensions to the hadronic cross sections and beam types used
      for hadronic rescattering and cascades in the atmosphere.
    * Improvements for hidden valley scenarios.
    * A new framework for parallelisation (in addition to the
      existing openMP option).
    * A number of other technical improvements and bug fixes (full
      list here: https://pythia.org/history/index.html).
  - Minor rebase of patches to apply cleanly, without fuzz.
* Wed Jan 05 2022 Atri Bhattacharya <badshah400@gmail.com>
  - Drop HepMC2 dependency and build without hepmc2 support; largely
    superseded by HepMC(3) and this change allows Leap 15.x builds
    to proceed without HepMC2-HepMC conflicts.
  - Add BuildRequires: fastjet-plugin-siscone-devel which is needed
    for one of the tests (test number 111).
* Sun Dec 12 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.306:
    * Fixed the incorrect scale being set when applying the POWHEG
      veto, i.e. main31.cc. Note that the number of emissions is
      correct in 8.303, but is incorrect in 8.304 and 8.305.
    * Fixed repeated initialization causing an ever expanding
      physics pointer list in the main Pythia class.
    * Fixed issue for HepMC output from Vincia, which would
      previously issue warnings about inconsistent mother/daughter
      relationships.
    * Removed assert statements from Angantyr.
    * Shortened Pythia constructor header.
  - Rebase pythia-honour-env-cxxflags.patch and
    pythia-makefile-destdir-support.patch to apply cleanly.
  - Major rebase of pythia-remove-rpaths.patch for updated version.
  - Drop patch not required any more:
    * pythia-disable-example23-req-MixMax_h.patch: Examples can now
      be disabled by passing options to the run script.
  - Change BuildRequires to pkgconfig based ones wherever
    appropriate.
  - More examples need linking against gmp explicitly: add fixes for
    all necessary examples to patch pythia-example71-link-gmp.patch
    and rename it to pythia-examples-link-gmp.patch.
  - Build with Rivet and HepMC(3) support: add HepMC-devel,
    pkgconfig(rivet) BuildRequires.
  - Update URL and source URL in keeping with upstream.
  - Minor improvements to package summaries.
  - Run spec-cleaner for minor cleanups.
* Fri Apr 16 2021 Bernhard Wiedemann <bwiedemann@suse.com>
  - Fix build for Leap 15.3
* Thu Jan 07 2021 Andreas Schwab <schwab@suse.de>
  - Compile with %optflags
* Mon Jan 04 2021 Bernhard Wiedemann <bwiedemann@suse.com>
  - Add reproducible.patch to drop build date (boo#1047218)
* Sun Jan 03 2021 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.245:
    * Significant speedup of parton distribution handling.
    * Several fixes to avoid out-of-bound evaluation of vectors in
      the merging code.
    * Several fixes to correctly handle CKKW-L merging of EWkino-
      and higgsino-processes have been included.
    * Include the functionality for MC@NLO-Delta matching with
      aMC@NLO.
    * Further bug fixes for the hard process name handling for
      weak-boson-fusion-like processes, that led to an incorrect
      counting of additional emissions.
    * Small fixes to history construction in the presence of
      multiple resonances.
    * The primordial kT for LHE files is now set by the
      BeamRemnants:primordialKThard average value, rather than the
      LHE scale, since the latter may be quite low e.g. in the
      POWHEG approach.
    * The problem of "dangling" gluons causing changing color flows
      in SimpleTimeShower for top decays is now fixed.
    * Extra check added to SimpleSpaceShower for the case where a
      small daughter PDF value can lead to an infinite loop if PDF
      variations are switched on.
    * Bug fixed in the new possibility to let particles with narrow
      widths (such as onia states) obtain a simple Breit-Wigner
      distribution, specifically for MPIs, introduced in 8.240.
    * An indexing bug, for the scattering lepton in DIS events with
      photon radiation allowed, has been fixed.
    * Added a few copy constructors to match corresponding
      assignment operators, to avoid warnings for some compilers.
    * Small fix in cross section calculation of main89.cc.
    * Fixes in configure and examples/Makefile to have ROOT examples
      work again.
    * main**.cmnd, ** = 81-84, 87-88 have been slightly modified
      such that linking to LHAPDF6 is not required by default.
    * A bug in the XML-to-HTML conversion has led to the
      indiscriminate removal of "more" from the HTML manual, notably
      in Pythia::moreDecays().
  - Add patches:
    * pythia-example71-link-gmp.patch: Fix building example 71 by
      adding -lgmp to the linker flag.
    * pythia-disable-example23-req-MixMax_h.patch: Drop a test that
      requires the non-free MixMax.h header (which we delete).
  - Use autopatch to setup source dir and apply patches
    automatically.

Files

/usr/share/doc/packages/pythia
/usr/share/doc/packages/pythia/examples
/usr/share/doc/packages/pythia/examples/Makefile
/usr/share/doc/packages/pythia/examples/Makefile.inc
/usr/share/doc/packages/pythia/examples/README
/usr/share/doc/packages/pythia/examples/main101.cc
/usr/share/doc/packages/pythia/examples/main102.cc
/usr/share/doc/packages/pythia/examples/main103.cc
/usr/share/doc/packages/pythia/examples/main111.cc
/usr/share/doc/packages/pythia/examples/main111.cmnd
/usr/share/doc/packages/pythia/examples/main112.cc
/usr/share/doc/packages/pythia/examples/main113.cc
/usr/share/doc/packages/pythia/examples/main113.cmnd
/usr/share/doc/packages/pythia/examples/main114.cc
/usr/share/doc/packages/pythia/examples/main121.cc
/usr/share/doc/packages/pythia/examples/main122.cc
/usr/share/doc/packages/pythia/examples/main123.cc
/usr/share/doc/packages/pythia/examples/main123.cmnd
/usr/share/doc/packages/pythia/examples/main124.cc
/usr/share/doc/packages/pythia/examples/main125.cc
/usr/share/doc/packages/pythia/examples/main126.cc
/usr/share/doc/packages/pythia/examples/main127.cc
/usr/share/doc/packages/pythia/examples/main131.cc
/usr/share/doc/packages/pythia/examples/main132.cc
/usr/share/doc/packages/pythia/examples/main132.cmnd
/usr/share/doc/packages/pythia/examples/main133.cc
/usr/share/doc/packages/pythia/examples/main133.cmnd
/usr/share/doc/packages/pythia/examples/main134.cc
/usr/share/doc/packages/pythia/examples/main134.cmnd
/usr/share/doc/packages/pythia/examples/main135.cc
/usr/share/doc/packages/pythia/examples/main136.cc
/usr/share/doc/packages/pythia/examples/main136.cmnd
/usr/share/doc/packages/pythia/examples/main141.cc
/usr/share/doc/packages/pythia/examples/main142.cc
/usr/share/doc/packages/pythia/examples/main143.cc
/usr/share/doc/packages/pythia/examples/main144.cc
/usr/share/doc/packages/pythia/examples/main144.cmnd
/usr/share/doc/packages/pythia/examples/main144.h
/usr/share/doc/packages/pythia/examples/main144LinkDef.h
/usr/share/doc/packages/pythia/examples/main151.cc
/usr/share/doc/packages/pythia/examples/main151.cmnd
/usr/share/doc/packages/pythia/examples/main152.cc
/usr/share/doc/packages/pythia/examples/main152.cmnd
/usr/share/doc/packages/pythia/examples/main153.cc
/usr/share/doc/packages/pythia/examples/main154.cc
/usr/share/doc/packages/pythia/examples/main154.cmnd
/usr/share/doc/packages/pythia/examples/main154.pwhg
/usr/share/doc/packages/pythia/examples/main161.cc
/usr/share/doc/packages/pythia/examples/main161.cmnd
/usr/share/doc/packages/pythia/examples/main162.cc
/usr/share/doc/packages/pythia/examples/main162ckkwl.cmnd
/usr/share/doc/packages/pythia/examples/main162mess.cmnd
/usr/share/doc/packages/pythia/examples/main162nl3.cmnd
/usr/share/doc/packages/pythia/examples/main162umeps.cmnd
/usr/share/doc/packages/pythia/examples/main162unlops.cmnd
/usr/share/doc/packages/pythia/examples/main163.cc
/usr/share/doc/packages/pythia/examples/main163.cmnd
/usr/share/doc/packages/pythia/examples/main163.unw
/usr/share/doc/packages/pythia/examples/main163_unw.par
/usr/share/doc/packages/pythia/examples/main164.cc
/usr/share/doc/packages/pythia/examples/main164amcatnlo.cmnd
/usr/share/doc/packages/pythia/examples/main164ckkwl.cmnd
/usr/share/doc/packages/pythia/examples/main164dis.cmnd
/usr/share/doc/packages/pythia/examples/main164fxfx.cmnd
/usr/share/doc/packages/pythia/examples/main164mess.cmnd
/usr/share/doc/packages/pythia/examples/main164mlm.cmnd
/usr/share/doc/packages/pythia/examples/main164powheg.cmnd
/usr/share/doc/packages/pythia/examples/main164umeps.cmnd
/usr/share/doc/packages/pythia/examples/main164unlops.cmnd
/usr/share/doc/packages/pythia/examples/main201.cc
/usr/share/doc/packages/pythia/examples/main202.cc
/usr/share/doc/packages/pythia/examples/main203.cc
/usr/share/doc/packages/pythia/examples/main204.cc
/usr/share/doc/packages/pythia/examples/main204.cmnd
/usr/share/doc/packages/pythia/examples/main211.cc
/usr/share/doc/packages/pythia/examples/main212.cc
/usr/share/doc/packages/pythia/examples/main213.cc
/usr/share/doc/packages/pythia/examples/main214.cc
/usr/share/doc/packages/pythia/examples/main215.cc
/usr/share/doc/packages/pythia/examples/main216.cc
/usr/share/doc/packages/pythia/examples/main221.cc
/usr/share/doc/packages/pythia/examples/main222.cc
/usr/share/doc/packages/pythia/examples/main223.cc
/usr/share/doc/packages/pythia/examples/main224.cc
/usr/share/doc/packages/pythia/examples/main224.cmnd
/usr/share/doc/packages/pythia/examples/main231.cc
/usr/share/doc/packages/pythia/examples/main231.cmnd
/usr/share/doc/packages/pythia/examples/main232.cc
/usr/share/doc/packages/pythia/examples/main233.cc
/usr/share/doc/packages/pythia/examples/main233.cmnd
/usr/share/doc/packages/pythia/examples/main234.cc
/usr/share/doc/packages/pythia/examples/main241.cc
/usr/share/doc/packages/pythia/examples/main241.cmnd
/usr/share/doc/packages/pythia/examples/main242.cc
/usr/share/doc/packages/pythia/examples/main243.cc
/usr/share/doc/packages/pythia/examples/main244.cc
/usr/share/doc/packages/pythia/examples/main245.cc
/usr/share/doc/packages/pythia/examples/main246.cc
/usr/share/doc/packages/pythia/examples/main246.cmnd
/usr/share/doc/packages/pythia/examples/main246.lhe
/usr/share/doc/packages/pythia/examples/main247.cc
/usr/share/doc/packages/pythia/examples/main248.cc
/usr/share/doc/packages/pythia/examples/main248.cmnd
/usr/share/doc/packages/pythia/examples/main261.cc
/usr/share/doc/packages/pythia/examples/main261.cmnd
/usr/share/doc/packages/pythia/examples/main262.cc
/usr/share/doc/packages/pythia/examples/main262.cmnd
/usr/share/doc/packages/pythia/examples/main263.cc
/usr/share/doc/packages/pythia/examples/main264.cc
/usr/share/doc/packages/pythia/examples/main281.cc
/usr/share/doc/packages/pythia/examples/main282.cc
/usr/share/doc/packages/pythia/examples/main291.py
/usr/share/doc/packages/pythia/examples/main292.py
/usr/share/doc/packages/pythia/examples/main293.py
/usr/share/doc/packages/pythia/examples/main294.py
/usr/share/doc/packages/pythia/examples/main295.py
/usr/share/doc/packages/pythia/examples/main296.py
/usr/share/doc/packages/pythia/examples/main296Lib.cc
/usr/share/doc/packages/pythia/examples/main301.cc
/usr/share/doc/packages/pythia/examples/main302.cc
/usr/share/doc/packages/pythia/examples/main321.cc
/usr/share/doc/packages/pythia/examples/main321.cmnd
/usr/share/doc/packages/pythia/examples/main321photons.cmnd
/usr/share/doc/packages/pythia/examples/main322.cc
/usr/share/doc/packages/pythia/examples/main322.cmnd
/usr/share/doc/packages/pythia/examples/main323.cc
/usr/share/doc/packages/pythia/examples/main324.cc
/usr/share/doc/packages/pythia/examples/main325.cc
/usr/share/doc/packages/pythia/examples/main326.cc
/usr/share/doc/packages/pythia/examples/main327.cc
/usr/share/doc/packages/pythia/examples/main328.cc
/usr/share/doc/packages/pythia/examples/main329.cc
/usr/share/doc/packages/pythia/examples/main341.cc
/usr/share/doc/packages/pythia/examples/main342.cc
/usr/share/doc/packages/pythia/examples/main343.cc
/usr/share/doc/packages/pythia/examples/main344.cc
/usr/share/doc/packages/pythia/examples/main345.cc
/usr/share/doc/packages/pythia/examples/main361.cc
/usr/share/doc/packages/pythia/examples/main362.cc
/usr/share/doc/packages/pythia/examples/main363.cc
/usr/share/doc/packages/pythia/examples/main364.cc
/usr/share/doc/packages/pythia/examples/main364.dec
/usr/share/doc/packages/pythia/examples/main365.cc
/usr/share/doc/packages/pythia/examples/main365.cmnd
/usr/share/doc/packages/pythia/examples/main366.cc
/usr/share/doc/packages/pythia/examples/main366E769asym.tab
/usr/share/doc/packages/pythia/examples/main366E791asym.tab
/usr/share/doc/packages/pythia/examples/main366WA82asym.tab
/usr/share/doc/packages/pythia/examples/main367.cc
/usr/share/doc/packages/pythia/examples/main381.cc
/usr/share/doc/packages/pythia/examples/main401.cc
/usr/share/doc/packages/pythia/examples/main401.cmnd
/usr/share/doc/packages/pythia/examples/main402.cc
/usr/share/doc/packages/pythia/examples/main403.cc
/usr/share/doc/packages/pythia/examples/main403.cmnd
/usr/share/doc/packages/pythia/examples/main404.cc
/usr/share/doc/packages/pythia/examples/main405.cc
/usr/share/doc/packages/pythia/examples/main406.cc
/usr/share/doc/packages/pythia/examples/main407.cc
/usr/share/doc/packages/pythia/examples/main407.cmnd
/usr/share/doc/packages/pythia/examples/main407.lhe
/usr/share/doc/packages/pythia/examples/main408.cc
/usr/share/doc/packages/pythia/examples/main421.cc
/usr/share/doc/packages/pythia/examples/main422.cc
/usr/share/doc/packages/pythia/examples/main423.cc
/usr/share/doc/packages/pythia/examples/main424.cc
/usr/share/doc/packages/pythia/examples/main424.cmnd
/usr/share/doc/packages/pythia/examples/main425.cc
/usr/share/doc/packages/pythia/examples/main426.cc
/usr/share/doc/packages/pythia/examples/main427.cc
/usr/share/doc/packages/pythia/examples/main441.cc
/usr/share/doc/packages/pythia/examples/main442.cc
/usr/share/doc/packages/pythia/examples/main443.cc
/usr/share/doc/packages/pythia/examples/main461.cc
/usr/share/doc/packages/pythia/examples/main462.cc
/usr/share/doc/packages/pythia/examples/main463.cc
/usr/share/doc/packages/pythia/examples/main463.cmnd
/usr/share/doc/packages/pythia/examples/main464.cc
/usr/share/doc/packages/pythia/examples/main464.cmnd
/usr/share/doc/packages/pythia/examples/main465.cc
/usr/share/doc/packages/pythia/examples/main465.cmnd
/usr/share/doc/packages/pythia/examples/main466.cc
/usr/share/doc/packages/pythia/examples/main467.cc
/usr/share/doc/packages/pythia/examples/main468.cc
/usr/share/doc/packages/pythia/examples/main468.cmnd
/usr/share/doc/packages/pythia/examples/main469.cc
/usr/share/doc/packages/pythia/examples/main481.cc
/usr/share/doc/packages/pythia/examples/main482.cc
/usr/share/doc/packages/pythia/examples/main483.cc
/usr/share/doc/packages/pythia/examples/main484.cc
/usr/share/doc/packages/pythia/examples/main485.cc
/usr/share/doc/packages/pythia/examples/main486.cc
/usr/share/doc/packages/pythia/examples/main487.cc
/usr/share/doc/packages/pythia/examples/main501.cc
/usr/share/doc/packages/pythia/examples/main501.cmnd
/usr/share/doc/packages/pythia/examples/main502.cc
/usr/share/doc/packages/pythia/examples/main502.lhe
/usr/share/doc/packages/pythia/examples/main503.cc
/usr/share/doc/packages/pythia/examples/main504.cc
/usr/share/doc/packages/pythia/examples/main505.cc
/usr/share/doc/packages/pythia/examples/main506.cc
/usr/share/doc/packages/pythia/examples/main507.cc
/usr/share/doc/packages/pythia/examples/main507.cmnd
/usr/share/doc/packages/pythia/examples/main508.cc
/usr/share/doc/packages/pythia/examples/main508.cmnd
/usr/share/doc/packages/pythia/examples/main509.cc
/usr/share/doc/packages/pythia/examples/main510.cc
/usr/share/doc/packages/pythia/examples/main511.cc
/usr/share/doc/packages/pythia/examples/ncDIS_Ckkwl_012.lhe.gz
/usr/share/doc/packages/pythia/examples/photoninproton.lhe
/usr/share/doc/packages/pythia/examples/powheg-dijets.lhe
/usr/share/doc/packages/pythia/examples/powheg-hvq.lhe
/usr/share/doc/packages/pythia/examples/runmains
/usr/share/doc/packages/pythia/examples/slha1-example.spc
/usr/share/doc/packages/pythia/examples/slha2-example.spc
/usr/share/doc/packages/pythia/examples/sps1aNarrowStopGluino.spc
/usr/share/doc/packages/pythia/examples/sps1aNarrowStopGluinoRPV.spc
/usr/share/doc/packages/pythia/examples/sps1aWithDecays.spc
/usr/share/doc/packages/pythia/examples/ttbar.hdf5
/usr/share/doc/packages/pythia/examples/ttbar.lhe
/usr/share/doc/packages/pythia/examples/ttbar.lhe.gz
/usr/share/doc/packages/pythia/examples/ttbar2.lhe
/usr/share/doc/packages/pythia/examples/w+_production_lhc_0.lhe
/usr/share/doc/packages/pythia/examples/w+_production_lhc_1.lhe
/usr/share/doc/packages/pythia/examples/w+_production_lhc_2.lhe
/usr/share/doc/packages/pythia/examples/w_production_powheg_0.lhe
/usr/share/doc/packages/pythia/examples/w_production_powheg_1.lhe
/usr/share/doc/packages/pythia/examples/w_production_tree_0.lhe
/usr/share/doc/packages/pythia/examples/w_production_tree_1.lhe
/usr/share/doc/packages/pythia/examples/w_production_tree_2.lhe
/usr/share/doc/packages/pythia/examples/wbj_lhef3.lhe
/usr/share/doc/packages/pythia/examples/zProduction_Ckkwl_012.lhe.gz
/usr/share/doc/packages/pythia/examples/zProduction_Fxfx_01.lhe.gz
/usr/share/doc/packages/pythia/examples/zProduction_Mcatnlo.lhe.gz
/usr/share/doc/packages/pythia/examples/zProduction_Mlm_012.lhe.gz
/usr/share/doc/packages/pythia/examples/zProduction_UnlopsLoop_01.lhe.gz
/usr/share/doc/packages/pythia/examples/zProduction_UnlopsTree_12.lhe.gz
/usr/share/doc/packages/pythia/htmldoc
/usr/share/doc/packages/pythia/htmldoc/AdvancedUsage.html
/usr/share/doc/packages/pythia/htmldoc/AlpgenEventInterface.html
/usr/share/doc/packages/pythia/htmldoc/BeamParameters.html
/usr/share/doc/packages/pythia/htmldoc/BeamRemnants.html
/usr/share/doc/packages/pythia/htmldoc/BeamShape.html
/usr/share/doc/packages/pythia/htmldoc/Bibliography.html
/usr/share/doc/packages/pythia/htmldoc/BoseEinsteinEffects.html
/usr/share/doc/packages/pythia/htmldoc/CKKWLMerging.html
/usr/share/doc/packages/pythia/htmldoc/COPYING
/usr/share/doc/packages/pythia/htmldoc/ClosePacking.html
/usr/share/doc/packages/pythia/htmldoc/ColourReconnection.html
/usr/share/doc/packages/pythia/htmldoc/CompositenessProcesses.html
/usr/share/doc/packages/pythia/htmldoc/CouplingsAndScales.html
/usr/share/doc/packages/pythia/htmldoc/CrossSectionsAndWeights.html
/usr/share/doc/packages/pythia/htmldoc/DarkMatterProcesses.html
/usr/share/doc/packages/pythia/htmldoc/DeuteronProduction.html
/usr/share/doc/packages/pythia/htmldoc/Diffraction.html
/usr/share/doc/packages/pythia/htmldoc/DireExpert.html
/usr/share/doc/packages/pythia/htmldoc/DireShowers.html
/usr/share/doc/packages/pythia/htmldoc/DireWeights.html
/usr/share/doc/packages/pythia/htmldoc/ElectroweakProcesses.html
/usr/share/doc/packages/pythia/htmldoc/ErrorChecks.html
/usr/share/doc/packages/pythia/htmldoc/EventAnalysis.html
/usr/share/doc/packages/pythia/htmldoc/EventInformation.html
/usr/share/doc/packages/pythia/htmldoc/EventRecord.html
/usr/share/doc/packages/pythia/htmldoc/EventStatistics.html
/usr/share/doc/packages/pythia/htmldoc/ExampleKeywords.html
/usr/share/doc/packages/pythia/htmldoc/Examples.js
/usr/share/doc/packages/pythia/htmldoc/Expand.js
/usr/share/doc/packages/pythia/htmldoc/ExternalDecays.html
/usr/share/doc/packages/pythia/htmldoc/ExtraDimensionalProcesses.html
/usr/share/doc/packages/pythia/htmldoc/FlavourSelection.html
/usr/share/doc/packages/pythia/htmldoc/FourVectors.html
/usr/share/doc/packages/pythia/htmldoc/FourthGenerationProcesses.html
/usr/share/doc/packages/pythia/htmldoc/Fragmentation.html
/usr/share/doc/packages/pythia/htmldoc/Frontpage.html
/usr/share/doc/packages/pythia/htmldoc/GUIDELINES
/usr/share/doc/packages/pythia/htmldoc/GettingStarted.html
/usr/share/doc/packages/pythia/htmldoc/Glossary.html
/usr/share/doc/packages/pythia/htmldoc/HadronLevelStandalone.html
/usr/share/doc/packages/pythia/htmldoc/HadronVertexInformation.html
/usr/share/doc/packages/pythia/htmldoc/HadronWidths.html
/usr/share/doc/packages/pythia/htmldoc/HadronicRescattering.html
/usr/share/doc/packages/pythia/htmldoc/HadronizationVariations.html
/usr/share/doc/packages/pythia/htmldoc/HeavyIons.html
/usr/share/doc/packages/pythia/htmldoc/HelacOniaProcesses.html
/usr/share/doc/packages/pythia/htmldoc/HepMCInterface.html
/usr/share/doc/packages/pythia/htmldoc/HiddenValleyProcesses.html
/usr/share/doc/packages/pythia/htmldoc/HiggsProcesses.html
/usr/share/doc/packages/pythia/htmldoc/Histograms.html
/usr/share/doc/packages/pythia/htmldoc/ImplementNewFragmentation.html
/usr/share/doc/packages/pythia/htmldoc/ImplementNewMatching.html
/usr/share/doc/packages/pythia/htmldoc/ImplementNewShowers.html
/usr/share/doc/packages/pythia/htmldoc/Index.html
/usr/share/doc/packages/pythia/htmldoc/Index.js
/usr/share/doc/packages/pythia/htmldoc/JetFinders.html
/usr/share/doc/packages/pythia/htmldoc/JetMatching.html
/usr/share/doc/packages/pythia/htmldoc/Jquery.js
/usr/share/doc/packages/pythia/htmldoc/LHA.html
/usr/share/doc/packages/pythia/htmldoc/LHAHDF5.html
/usr/share/doc/packages/pythia/htmldoc/LHEF.html
/usr/share/doc/packages/pythia/htmldoc/LeftRightSymmetryProcesses.html
/usr/share/doc/packages/pythia/htmldoc/LeptoquarkProcesses.html
/usr/share/doc/packages/pythia/htmldoc/Logging.html
/usr/share/doc/packages/pythia/htmldoc/MadGraph5Processes.html
/usr/share/doc/packages/pythia/htmldoc/MainProgramSettings.html
/usr/share/doc/packages/pythia/htmldoc/MasterSwitches.html
/usr/share/doc/packages/pythia/htmldoc/MatchingAndMerging.html
/usr/share/doc/packages/pythia/htmldoc/MergingVariations.html
/usr/share/doc/packages/pythia/htmldoc/MultipartonInteractions.html
/usr/share/doc/packages/pythia/htmldoc/NLOMerging.html
/usr/share/doc/packages/pythia/htmldoc/NewGaugeBosonProcesses.html
/usr/share/doc/packages/pythia/htmldoc/OniaProcesses.html
/usr/share/doc/packages/pythia/htmldoc/OniaShowers.html
/usr/share/doc/packages/pythia/htmldoc/PDFSelection.html
/usr/share/doc/packages/pythia/htmldoc/POWHEGMatching.html
/usr/share/doc/packages/pythia/htmldoc/Parallelism.html
/usr/share/doc/packages/pythia/htmldoc/ParticleData.html
/usr/share/doc/packages/pythia/htmldoc/ParticleDataScheme.html
/usr/share/doc/packages/pythia/htmldoc/ParticleDecays.html
/usr/share/doc/packages/pythia/htmldoc/ParticleProperties.html
/usr/share/doc/packages/pythia/htmldoc/PartonDistributions.html
/usr/share/doc/packages/pythia/htmldoc/PartonShowers.html
/usr/share/doc/packages/pythia/htmldoc/PartonVertexInformation.html
/usr/share/doc/packages/pythia/htmldoc/PhaseSpaceCuts.html
/usr/share/doc/packages/pythia/htmldoc/Photoproduction.html
/usr/share/doc/packages/pythia/htmldoc/Plugins.html
/usr/share/doc/packages/pythia/htmldoc/ProMCFiles.html
/usr/share/doc/packages/pythia/htmldoc/ProcessSelection.html
/usr/share/doc/packages/pythia/htmldoc/ProgramClasses.html
/usr/share/doc/packages/pythia/htmldoc/ProgramFiles.html
/usr/share/doc/packages/pythia/htmldoc/ProgramFlow.html
/usr/share/doc/packages/pythia/htmldoc/ProgramMethods.html
/usr/share/doc/packages/pythia/htmldoc/PythonInterface.html
/usr/share/doc/packages/pythia/htmldoc/QCDHardProcesses.html
/usr/share/doc/packages/pythia/htmldoc/QCDLowEnergyProcesses.html
/usr/share/doc/packages/pythia/htmldoc/QCDSoftProcesses.html
/usr/share/doc/packages/pythia/htmldoc/RHadrons.html
/usr/share/doc/packages/pythia/htmldoc/RIVETusage.html
/usr/share/doc/packages/pythia/htmldoc/ROOTusage.html
/usr/share/doc/packages/pythia/htmldoc/RandomNumberSeed.html
/usr/share/doc/packages/pythia/htmldoc/RandomNumbers.html
/usr/share/doc/packages/pythia/htmldoc/ResonanceDecays.html
/usr/share/doc/packages/pythia/htmldoc/RopeHadronization.html
/usr/share/doc/packages/pythia/htmldoc/SUSYLesHouchesAccord.html
/usr/share/doc/packages/pythia/htmldoc/SUSYProcesses.html
/usr/share/doc/packages/pythia/htmldoc/SampleMainPrograms.html
/usr/share/doc/packages/pythia/htmldoc/SaveSettings.html
/usr/share/doc/packages/pythia/htmldoc/Search.js
/usr/share/doc/packages/pythia/htmldoc/SecondHardProcess.html
/usr/share/doc/packages/pythia/htmldoc/SemiInternalProcesses.html
/usr/share/doc/packages/pythia/htmldoc/SemiInternalResonances.html
/usr/share/doc/packages/pythia/htmldoc/SettingsScheme.html
/usr/share/doc/packages/pythia/htmldoc/SimpleShowers.html
/usr/share/doc/packages/pythia/htmldoc/SpacelikeShowers.html
/usr/share/doc/packages/pythia/htmldoc/StandardModelParameters.html
/usr/share/doc/packages/pythia/htmldoc/TimelikeShowers.html
/usr/share/doc/packages/pythia/htmldoc/TopProcesses.html
/usr/share/doc/packages/pythia/htmldoc/TotalCrossSections.html
/usr/share/doc/packages/pythia/htmldoc/Tunes.html
/usr/share/doc/packages/pythia/htmldoc/UMEPSMerging.html
/usr/share/doc/packages/pythia/htmldoc/Underscore.js
/usr/share/doc/packages/pythia/htmldoc/UpdateHistory.html
/usr/share/doc/packages/pythia/htmldoc/UserHooks.html
/usr/share/doc/packages/pythia/htmldoc/Variations.html
/usr/share/doc/packages/pythia/htmldoc/Version.html
/usr/share/doc/packages/pythia/htmldoc/Vincia.html
/usr/share/doc/packages/pythia/htmldoc/VinciaEW.html
/usr/share/doc/packages/pythia/htmldoc/VinciaMECs.html
/usr/share/doc/packages/pythia/htmldoc/VinciaMerging.html
/usr/share/doc/packages/pythia/htmldoc/VinciaQCD.html
/usr/share/doc/packages/pythia/htmldoc/WeakShowers.html
/usr/share/doc/packages/pythia/htmldoc/Welcome.html
/usr/share/doc/packages/pythia/htmldoc/aMCatNLOMatching.html
/usr/share/doc/packages/pythia/htmldoc/dot.gif
/usr/share/doc/packages/pythia/htmldoc/examples
/usr/share/doc/packages/pythia/htmldoc/examples/main101.html
/usr/share/doc/packages/pythia/htmldoc/examples/main102.html
/usr/share/doc/packages/pythia/htmldoc/examples/main103.html
/usr/share/doc/packages/pythia/htmldoc/examples/main111.html
/usr/share/doc/packages/pythia/htmldoc/examples/main112.html
/usr/share/doc/packages/pythia/htmldoc/examples/main113.html
/usr/share/doc/packages/pythia/htmldoc/examples/main114.html
/usr/share/doc/packages/pythia/htmldoc/examples/main121.html
/usr/share/doc/packages/pythia/htmldoc/examples/main122.html
/usr/share/doc/packages/pythia/htmldoc/examples/main123.html
/usr/share/doc/packages/pythia/htmldoc/examples/main124.html
/usr/share/doc/packages/pythia/htmldoc/examples/main125.html
/usr/share/doc/packages/pythia/htmldoc/examples/main126.html
/usr/share/doc/packages/pythia/htmldoc/examples/main127.html
/usr/share/doc/packages/pythia/htmldoc/examples/main131.html
/usr/share/doc/packages/pythia/htmldoc/examples/main132.html
/usr/share/doc/packages/pythia/htmldoc/examples/main133.html
/usr/share/doc/packages/pythia/htmldoc/examples/main134.html
/usr/share/doc/packages/pythia/htmldoc/examples/main135.html
/usr/share/doc/packages/pythia/htmldoc/examples/main136.html
/usr/share/doc/packages/pythia/htmldoc/examples/main141.html
/usr/share/doc/packages/pythia/htmldoc/examples/main142.html
/usr/share/doc/packages/pythia/htmldoc/examples/main143.html
/usr/share/doc/packages/pythia/htmldoc/examples/main144.html
/usr/share/doc/packages/pythia/htmldoc/examples/main151.html
/usr/share/doc/packages/pythia/htmldoc/examples/main152.html
/usr/share/doc/packages/pythia/htmldoc/examples/main153.html
/usr/share/doc/packages/pythia/htmldoc/examples/main154.html
/usr/share/doc/packages/pythia/htmldoc/examples/main161.html
/usr/share/doc/packages/pythia/htmldoc/examples/main162.html
/usr/share/doc/packages/pythia/htmldoc/examples/main163.html
/usr/share/doc/packages/pythia/htmldoc/examples/main164.html
/usr/share/doc/packages/pythia/htmldoc/examples/main201.html
/usr/share/doc/packages/pythia/htmldoc/examples/main202.html
/usr/share/doc/packages/pythia/htmldoc/examples/main203.html
/usr/share/doc/packages/pythia/htmldoc/examples/main204.html
/usr/share/doc/packages/pythia/htmldoc/examples/main211.html
/usr/share/doc/packages/pythia/htmldoc/examples/main212.html
/usr/share/doc/packages/pythia/htmldoc/examples/main213.html
/usr/share/doc/packages/pythia/htmldoc/examples/main214.html
/usr/share/doc/packages/pythia/htmldoc/examples/main215.html
/usr/share/doc/packages/pythia/htmldoc/examples/main216.html
/usr/share/doc/packages/pythia/htmldoc/examples/main221.html
/usr/share/doc/packages/pythia/htmldoc/examples/main222.html
/usr/share/doc/packages/pythia/htmldoc/examples/main223.html
/usr/share/doc/packages/pythia/htmldoc/examples/main224.html
/usr/share/doc/packages/pythia/htmldoc/examples/main231.html
/usr/share/doc/packages/pythia/htmldoc/examples/main232.html
/usr/share/doc/packages/pythia/htmldoc/examples/main233.html
/usr/share/doc/packages/pythia/htmldoc/examples/main234.html
/usr/share/doc/packages/pythia/htmldoc/examples/main241.html
/usr/share/doc/packages/pythia/htmldoc/examples/main242.html
/usr/share/doc/packages/pythia/htmldoc/examples/main243.html
/usr/share/doc/packages/pythia/htmldoc/examples/main244.html
/usr/share/doc/packages/pythia/htmldoc/examples/main245.html
/usr/share/doc/packages/pythia/htmldoc/examples/main246.html
/usr/share/doc/packages/pythia/htmldoc/examples/main247.html
/usr/share/doc/packages/pythia/htmldoc/examples/main248.html
/usr/share/doc/packages/pythia/htmldoc/examples/main261.html
/usr/share/doc/packages/pythia/htmldoc/examples/main262.html
/usr/share/doc/packages/pythia/htmldoc/examples/main263.html
/usr/share/doc/packages/pythia/htmldoc/examples/main264.html
/usr/share/doc/packages/pythia/htmldoc/examples/main281.html
/usr/share/doc/packages/pythia/htmldoc/examples/main282.html
/usr/share/doc/packages/pythia/htmldoc/examples/main291-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main292-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main293-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main294-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main295-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main296-python.html
/usr/share/doc/packages/pythia/htmldoc/examples/main301.html
/usr/share/doc/packages/pythia/htmldoc/examples/main302.html
/usr/share/doc/packages/pythia/htmldoc/examples/main321.html
/usr/share/doc/packages/pythia/htmldoc/examples/main322.html
/usr/share/doc/packages/pythia/htmldoc/examples/main323.html
/usr/share/doc/packages/pythia/htmldoc/examples/main324.html
/usr/share/doc/packages/pythia/htmldoc/examples/main325.html
/usr/share/doc/packages/pythia/htmldoc/examples/main326.html
/usr/share/doc/packages/pythia/htmldoc/examples/main327.html
/usr/share/doc/packages/pythia/htmldoc/examples/main328.html
/usr/share/doc/packages/pythia/htmldoc/examples/main329.html
/usr/share/doc/packages/pythia/htmldoc/examples/main341.html
/usr/share/doc/packages/pythia/htmldoc/examples/main342.html
/usr/share/doc/packages/pythia/htmldoc/examples/main343.html
/usr/share/doc/packages/pythia/htmldoc/examples/main344.html
/usr/share/doc/packages/pythia/htmldoc/examples/main345.html
/usr/share/doc/packages/pythia/htmldoc/examples/main361.html
/usr/share/doc/packages/pythia/htmldoc/examples/main362.html
/usr/share/doc/packages/pythia/htmldoc/examples/main363.html
/usr/share/doc/packages/pythia/htmldoc/examples/main364.html
/usr/share/doc/packages/pythia/htmldoc/examples/main365.html
/usr/share/doc/packages/pythia/htmldoc/examples/main366.html
/usr/share/doc/packages/pythia/htmldoc/examples/main367.html
/usr/share/doc/packages/pythia/htmldoc/examples/main381.html
/usr/share/doc/packages/pythia/htmldoc/examples/main401.html
/usr/share/doc/packages/pythia/htmldoc/examples/main402.html
/usr/share/doc/packages/pythia/htmldoc/examples/main403.html
/usr/share/doc/packages/pythia/htmldoc/examples/main404.html
/usr/share/doc/packages/pythia/htmldoc/examples/main405.html
/usr/share/doc/packages/pythia/htmldoc/examples/main406.html
/usr/share/doc/packages/pythia/htmldoc/examples/main407.html
/usr/share/doc/packages/pythia/htmldoc/examples/main408.html
/usr/share/doc/packages/pythia/htmldoc/examples/main421.html
/usr/share/doc/packages/pythia/htmldoc/examples/main422.html
/usr/share/doc/packages/pythia/htmldoc/examples/main423.html
/usr/share/doc/packages/pythia/htmldoc/examples/main424.html
/usr/share/doc/packages/pythia/htmldoc/examples/main425.html
/usr/share/doc/packages/pythia/htmldoc/examples/main426.html
/usr/share/doc/packages/pythia/htmldoc/examples/main427.html
/usr/share/doc/packages/pythia/htmldoc/examples/main441.html
/usr/share/doc/packages/pythia/htmldoc/examples/main442.html
/usr/share/doc/packages/pythia/htmldoc/examples/main443.html
/usr/share/doc/packages/pythia/htmldoc/examples/main461.html
/usr/share/doc/packages/pythia/htmldoc/examples/main462.html
/usr/share/doc/packages/pythia/htmldoc/examples/main463.html
/usr/share/doc/packages/pythia/htmldoc/examples/main464.html
/usr/share/doc/packages/pythia/htmldoc/examples/main465.html
/usr/share/doc/packages/pythia/htmldoc/examples/main466.html
/usr/share/doc/packages/pythia/htmldoc/examples/main467.html
/usr/share/doc/packages/pythia/htmldoc/examples/main468.html
/usr/share/doc/packages/pythia/htmldoc/examples/main469.html
/usr/share/doc/packages/pythia/htmldoc/examples/main481.html
/usr/share/doc/packages/pythia/htmldoc/examples/main482.html
/usr/share/doc/packages/pythia/htmldoc/examples/main483.html
/usr/share/doc/packages/pythia/htmldoc/examples/main484.html
/usr/share/doc/packages/pythia/htmldoc/examples/main485.html
/usr/share/doc/packages/pythia/htmldoc/examples/main486.html
/usr/share/doc/packages/pythia/htmldoc/examples/main487.html
/usr/share/doc/packages/pythia/htmldoc/examples/main501.html
/usr/share/doc/packages/pythia/htmldoc/examples/main502.html
/usr/share/doc/packages/pythia/htmldoc/examples/main503.html
/usr/share/doc/packages/pythia/htmldoc/examples/main504.html
/usr/share/doc/packages/pythia/htmldoc/examples/main505.html
/usr/share/doc/packages/pythia/htmldoc/examples/main506.html
/usr/share/doc/packages/pythia/htmldoc/examples/main507.html
/usr/share/doc/packages/pythia/htmldoc/examples/main508.html
/usr/share/doc/packages/pythia/htmldoc/examples/main509.html
/usr/share/doc/packages/pythia/htmldoc/examples/main510.html
/usr/share/doc/packages/pythia/htmldoc/examples/main511.html
/usr/share/doc/packages/pythia/htmldoc/pythia.css
/usr/share/doc/packages/pythia/htmldoc/pythia32.gif
/usr/share/doc/packages/pythia/htmldoc/pythia99.gif
/usr/share/doc/packages/pythia/htmldoc/vincia-kins.png
/usr/share/doc/packages/pythia/pdfdoc
/usr/share/doc/packages/pythia/pdfdoc/evtgen.pdf
/usr/share/doc/packages/pythia/pdfdoc/g2qqbarsplit.pdf
/usr/share/doc/packages/pythia/pdfdoc/pdfwarning.pdf
/usr/share/doc/packages/pythia/pdfdoc/pythia8200.pdf
/usr/share/doc/packages/pythia/pdfdoc/pythia8300.pdf
/usr/share/doc/packages/pythia/pdfdoc/worksheet8312.pdf


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 21 00:09:44 2025