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

pythia-devel-8.316-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: pythia-devel Distribution: openSUSE Tumbleweed
Version: 8.316 Vendor: openSUSE
Release: 1.1 Build date: Mon Nov 17 09:51:56 2025
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 59422119 Source RPM: pythia-8.316-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pythia.org/
Summary: Development package 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 the header and source files for development with
pythia.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Nov 17 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.316:
    * The DIRE parton shower is no longer supported and consequently
      has been removed in this release.
    * The reorganization of fragmentation models, begun in 8.313,
      continues.
    * New code for the cross section of the production of t-tbar
      pairs in hadron collisions near the threshold, both above and
      below it.
    * New options to add non-singular and higher-order terms to the
      splitting kernels for timelike showers, along with a new
      example program main303.cc.
    * New options to regulate the running of alphaS in the infrared,
      by freezing it at a maximum value, and/or by shifting the
      argument by a number of order LambdaQCD.
    * Improved version of DIS kinematics reconstruction. Namely the
      lepton mass is appropriately accounted and phase-space cut for
      Q2min accounts also masses for final-state partons.
    * Introduction of parameters StringFragmentation:eJunctionCutoff
      and StringFragmentation:mJunctionCutoff allows for the
      modification of stopping conditions on the fragmentation of
      the first two junction legs.
    * The default value of StringFragmentation:stopMass has been
      changed from 1.0 GeV to 0.8 GeV, the same value as used in
      PYTHIA 6.4.
    * Added the Detroit tune (Agu22) to the list of available tune
      presets.
    * RandomState of the random-number generator is now saved before
      the generation of each event starts.
    * Support has been added for parallel running of plugins.
    * New RivetHooks plugin allows for Rivet analyses to be run via
      the plugin structure with Init:plugins =
      {libpythia8rivet.so::RivetHooks}, including in parallel.
    * The new plugin HepMC3Hooks allows users to write output to
      HepMC3 by loading.
    * Added the ability to include purely Pythonic code in the
      pythia8 Python module.
    * Updates to the Hist class:
    - Introduced new methods: getBinCenter(int iBin),
      getBinError(int iBin), and getBinError2(). Equivalent
      versions getBinCenters(), etc., return a vector of doubles
      for all bins.
    - Added an optional third argument to the Hist::fill() method,
      to allow for weighted uncertainties that are not purely
      stochastic. Thanks to Claire Bergman.
    - Added new method Hist::getXPercentile() to extract
      percentiles from histograms.
    - Added the method Hist::yodaTable to enable printing a Hist
      to the ESTIMATE1D_V3 format from YODA.
    * New particle data method(s) mSelInRange selects the mass of a
      particle according to a Breit-Wigner shape, but within a range
      that is determined event-by-event.
    * A small internal analysis of differential jet rates has been
      added to main164. Also, legacy HepMC2 support has been added
      to main164.
    * The SigmaTotal::calc(...) code has been rearranged so as to
      provide a clean abort when the energy is too low, rather than
      a segmentation fault.
    * Moved -pthread option to the Makefile.
    * Updated many of the references to now include hyperlinks to a
      publicly accessible version of the reference.
    * Fixed an issue where the post-hoc and in-situ flavor
      variations for hadronization, see Hadronization Variations,
      did not match if particle decays were turned on, as the
      in-situ weights did not account for flavor variations in the
      hadron decays.
    * Fixed a bug where tuning parameters are incorrectly loaded
      when specified inside a subrun in a .cmnd file.
    * Fix trial hadron generation in
      StringFragmentation::kinematicsHadronTmp used in the
      closepacking and thermal string breaking frameworks.
    * The introduction of StringZ:deriveLundPars inadvertently broke
      the behaviour for when only bLund is derived,
      StringZ:deriveLundPars = 1. This has now been fixed.
    * Fixed the spelling of the addAtribute method of the
      PythiaToHepMC class to addAttribute. Also, added a
      specialization for this method for integer attributes, as is
      already done for double attributes.
    * Fixed an issue with the toString helper method which formatted
      numbers greater than 1e+6 with an exponent ending in zero
      incorrectly, e.g. 1e+10 would be returned as "1e+1".
    * Fixed issue with Settings::readFile where for some systems an
      empty line could cause a std::out_of_range crash.
    * A bug was fixed that led to a pointer to the wrong
      ParticleData object when a Pythia object was created from the
      Settings and ParticleData of another Pythia instance.
    * Tiny cosmetic fix so that a total cross section is not
      attempted to be initialized if not both incoming particles are
      hadrons (or photons).
  - Minor rebase of patches for update:
    * pythia-honour-env-cxxflags.patch
    * pythia-remove-rpaths.patch
  - Split off new shared lib packages for new libraries:
    libpythia8hepmc3 and libpythia8rivet (for Leap 16 and newer).
* Fri Aug 15 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 8.315:
    * Fix bug in the Lund symmetric fragmentation function (LSFF).
      It concerns the case where diquarks or strange quarks are
      assumed to be produced at a later average time than the up and
      down quarks.
    * Some changes in the Hidden Valley machinery. Several automatic
      rescalings of (safety) parameters and constants to allow a
      broader range of HV mass scales, including ones below the QCD
      one.
    * The prefix for custom weights can now be specified with the
      setting Weights:prefix which is by default empty.
    * The logic behind the construction of parton-shower histories
      in CKKW-L merging has been improved.
    * Fixed two bugs in PartonLevel.cc:
    - When checking if beams are point-like (to determine if ISR
      and beam remnants), a lepton check was not performed for the
      second beam (B).
    - An incorrect check was made when calculating maximum weights
      for FSR decays with W/Z.
    * Fixed a rare bug in StringFragmentation::setHadronVertices
      that caused a segmentation fault when the string endpoints are
      c or b quarks, and a quark mass offset correction is
      introduced.
    * Fixed typos in the documentation for Hadronization Variations
      that do not effect that results of Pythia.
    * Reverted beam particles back to raw pointers for technical
      reasons.
    * An incorrect type declaration in 8.314 invalidated the new
      option to derive the a and b parameters from the average and
      RMS width of the Lund FF, causing this option to fail for any
      choice of input parameters, corrected now.
    * Fixed a typo in the MPI initialization when using saved grid
      which caused an out-of-access memory read.
  - Minor re-base of reproducible.patch for update.
* 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

Files

/etc/profile.d/pythia.csh
/etc/profile.d/pythia.sh
/usr/bin/pythia8-config
/usr/include/Pythia8
/usr/include/Pythia8/Analysis.h
/usr/include/Pythia8/Basics.h
/usr/include/Pythia8/BeamParticle.h
/usr/include/Pythia8/BeamRemnants.h
/usr/include/Pythia8/BeamSetup.h
/usr/include/Pythia8/BeamShape.h
/usr/include/Pythia8/BoseEinstein.h
/usr/include/Pythia8/ColourReconnection.h
/usr/include/Pythia8/ColourTracing.h
/usr/include/Pythia8/DeuteronProduction.h
/usr/include/Pythia8/Event.h
/usr/include/Pythia8/ExternalMEs.h
/usr/include/Pythia8/FJcore.h
/usr/include/Pythia8/FragmentationFlavZpT.h
/usr/include/Pythia8/FragmentationModel.h
/usr/include/Pythia8/FragmentationSystems.h
/usr/include/Pythia8/GammaKinematics.h
/usr/include/Pythia8/HIBasics.h
/usr/include/Pythia8/HIInfo.h
/usr/include/Pythia8/HINucleusModel.h
/usr/include/Pythia8/HISubCollisionModel.h
/usr/include/Pythia8/HadronLevel.h
/usr/include/Pythia8/HadronWidths.h
/usr/include/Pythia8/HardDiffraction.h
/usr/include/Pythia8/HeavyIons.h
/usr/include/Pythia8/HelicityBasics.h
/usr/include/Pythia8/HelicityMatrixElements.h
/usr/include/Pythia8/HiddenValleyFragmentation.h
/usr/include/Pythia8/History.h
/usr/include/Pythia8/Info.h
/usr/include/Pythia8/JunctionSplitting.h
/usr/include/Pythia8/LHEF3.h
/usr/include/Pythia8/LesHouches.h
/usr/include/Pythia8/Logger.h
/usr/include/Pythia8/LowEnergyProcess.h
/usr/include/Pythia8/MathTools.h
/usr/include/Pythia8/Merging.h
/usr/include/Pythia8/MergingHooks.h
/usr/include/Pythia8/MiniStringFragmentation.h
/usr/include/Pythia8/MultipartonInteractions.h
/usr/include/Pythia8/NucleonExcitations.h
/usr/include/Pythia8/ParticleData.h
/usr/include/Pythia8/ParticleDecays.h
/usr/include/Pythia8/PartonDistributions.h
/usr/include/Pythia8/PartonLevel.h
/usr/include/Pythia8/PartonSystems.h
/usr/include/Pythia8/PartonVertex.h
/usr/include/Pythia8/PhaseSpace.h
/usr/include/Pythia8/PhysicsBase.h
/usr/include/Pythia8/Plugins.h
/usr/include/Pythia8/ProcessContainer.h
/usr/include/Pythia8/ProcessLevel.h
/usr/include/Pythia8/Pythia.h
/usr/include/Pythia8/PythiaComplex.h
/usr/include/Pythia8/PythiaFpe.h
/usr/include/Pythia8/PythiaParallel.h
/usr/include/Pythia8/PythiaStdlib.h
/usr/include/Pythia8/RHadrons.h
/usr/include/Pythia8/ResonanceDecays.h
/usr/include/Pythia8/ResonanceWidths.h
/usr/include/Pythia8/ResonanceWidthsDM.h
/usr/include/Pythia8/RngDebug.h
/usr/include/Pythia8/Ropewalk.h
/usr/include/Pythia8/SLHAinterface.h
/usr/include/Pythia8/Settings.h
/usr/include/Pythia8/SharedPointers.h
/usr/include/Pythia8/ShowerModel.h
/usr/include/Pythia8/SigmaCompositeness.h
/usr/include/Pythia8/SigmaDM.h
/usr/include/Pythia8/SigmaEW.h
/usr/include/Pythia8/SigmaExtraDim.h
/usr/include/Pythia8/SigmaGeneric.h
/usr/include/Pythia8/SigmaHiggs.h
/usr/include/Pythia8/SigmaLeftRightSym.h
/usr/include/Pythia8/SigmaLeptoquark.h
/usr/include/Pythia8/SigmaLowEnergy.h
/usr/include/Pythia8/SigmaNewGaugeBosons.h
/usr/include/Pythia8/SigmaOnia.h
/usr/include/Pythia8/SigmaProcess.h
/usr/include/Pythia8/SigmaQCD.h
/usr/include/Pythia8/SigmaSUSY.h
/usr/include/Pythia8/SigmaTotal.h
/usr/include/Pythia8/SimpleSpaceShower.h
/usr/include/Pythia8/SimpleTimeShower.h
/usr/include/Pythia8/SimpleWeakShowerMEs.h
/usr/include/Pythia8/SpaceShower.h
/usr/include/Pythia8/SplittingsOnia.h
/usr/include/Pythia8/StandardModel.h
/usr/include/Pythia8/Streams.h
/usr/include/Pythia8/StringFragmentation.h
/usr/include/Pythia8/StringInteractions.h
/usr/include/Pythia8/StringLength.h
/usr/include/Pythia8/SusyCouplings.h
/usr/include/Pythia8/SusyLesHouches.h
/usr/include/Pythia8/SusyResonanceWidths.h
/usr/include/Pythia8/SusyWidthFunctions.h
/usr/include/Pythia8/TauDecays.h
/usr/include/Pythia8/ThermalFragmentation.h
/usr/include/Pythia8/TimeShower.h
/usr/include/Pythia8/UserHooks.h
/usr/include/Pythia8/Vincia.h
/usr/include/Pythia8/VinciaAntennaFunctions.h
/usr/include/Pythia8/VinciaCommon.h
/usr/include/Pythia8/VinciaDiagnostics.h
/usr/include/Pythia8/VinciaEW.h
/usr/include/Pythia8/VinciaFSR.h
/usr/include/Pythia8/VinciaHistory.h
/usr/include/Pythia8/VinciaISR.h
/usr/include/Pythia8/VinciaMerging.h
/usr/include/Pythia8/VinciaMergingHooks.h
/usr/include/Pythia8/VinciaQED.h
/usr/include/Pythia8/VinciaTrialGenerators.h
/usr/include/Pythia8/VinciaWeights.h
/usr/include/Pythia8/Weights.h
/usr/include/Pythia8Plugins
/usr/include/Pythia8Plugins/ColourReconnectionHooks.h
/usr/include/Pythia8Plugins/CombineMatchingInput.h
/usr/include/Pythia8Plugins/EvtGen.h
/usr/include/Pythia8Plugins/ExternalMEsMadgraph.h
/usr/include/Pythia8Plugins/FastJet3.h
/usr/include/Pythia8Plugins/FlavorVariations.h
/usr/include/Pythia8Plugins/GeneratorInput.h
/usr/include/Pythia8Plugins/HepMC2.h
/usr/include/Pythia8Plugins/HepMC3.h
/usr/include/Pythia8Plugins/HepMC3Hooks.h
/usr/include/Pythia8Plugins/InputParser.h
/usr/include/Pythia8Plugins/JetMatching.h
/usr/include/Pythia8Plugins/LHAFortran.h
/usr/include/Pythia8Plugins/LHAHDF5.h
/usr/include/Pythia8Plugins/LHAHDF5v2.h
/usr/include/Pythia8Plugins/LHAHelaconia.h
/usr/include/Pythia8Plugins/LHAMadgraph.h
/usr/include/Pythia8Plugins/LHAPDF5.h
/usr/include/Pythia8Plugins/LHAPDF6.h
/usr/include/Pythia8Plugins/LHAPowheg.h
/usr/include/Pythia8Plugins/LHEH5.h
/usr/include/Pythia8Plugins/LHEH5v2.h
/usr/include/Pythia8Plugins/PowhegHooks.h
/usr/include/Pythia8Plugins/ProgressLog.h
/usr/include/Pythia8Plugins/Pythia8Rivet.h
/usr/include/Pythia8Plugins/Pythia8Yoda.h
/usr/include/Pythia8Plugins/PythiaCascade.h
/usr/include/Pythia8Plugins/ResonanceDecayFilterHook.h
/usr/include/Pythia8Plugins/RivetHooks.h
/usr/include/Pythia8Plugins/SetLHEDecayProductHook.h
/usr/include/Pythia8Plugins/Visualisation.h
/usr/include/Pythia8Plugins/aMCatNLOHooks.h
/usr/include/Pythia8Plugins/execinfo.h
/usr/share/doc/packages/pythia-devel
/usr/share/doc/packages/pythia-devel/AUTHORS
/usr/share/doc/packages/pythia-devel/CODINGSTYLE
/usr/share/doc/packages/pythia-devel/GUIDELINES
/usr/share/doc/packages/pythia-devel/README
/usr/share/doc/packages/pythia/pdfdata
/usr/share/doc/packages/pythia/pdfdata/CT14qed_proton_0000.dat
/usr/share/doc/packages/pythia/pdfdata/EPS09LOR_208
/usr/share/doc/packages/pythia/pdfdata/GJR07LOproton.dat
/usr/share/doc/packages/pythia/pdfdata/GKG18_DPDF_FitA_LO_0000.dat
/usr/share/doc/packages/pythia/pdfdata/GKG18_DPDF_FitA_NLO_0000.dat
/usr/share/doc/packages/pythia/pdfdata/GKG18_DPDF_FitB_LO_0000.dat
/usr/share/doc/packages/pythia/pdfdata/GKG18_DPDF_FitB_NLO_0000.dat
/usr/share/doc/packages/pythia/pdfdata/GRS99LOKplus.dat
/usr/share/doc/packages/pythia/pdfdata/GRS99LOpi.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF23_lo_as_0119_qed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF23_lo_as_0130_qed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF23_nlo_as_0119_qed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF23_nnlo_as_0119_qed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31_lo_as_0118_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31_lo_as_0130_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31_nlo_as_0118_luxqed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31_nnlo_as_0118_luxqed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31sx_nlonllx_as_0118_LHCb_luxqed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/NNPDF31sx_nnlonllx_as_0118_LHCb_luxqed_0000.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Bcplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Bplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Bszero.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Dsplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Dzero.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Jpsi.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Kplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Omega.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Omegab.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Omegac.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Sigmabplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Sigmacplusplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Sigmaplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Upsilon.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Xibzero.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Xicplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21Xizero.dat
/usr/share/doc/packages/pythia/pdfdata/SU21eta.dat
/usr/share/doc/packages/pythia/pdfdata/SU21phi.dat
/usr/share/doc/packages/pythia/pdfdata/SU21piplus.dat
/usr/share/doc/packages/pythia/pdfdata/SU21proton.dat
/usr/share/doc/packages/pythia/pdfdata/ct09mc1.pds
/usr/share/doc/packages/pythia/pdfdata/ct09mc2.pds
/usr/share/doc/packages/pythia/pdfdata/ct09mcs.pds
/usr/share/doc/packages/pythia/pdfdata/cteq6l.tbl
/usr/share/doc/packages/pythia/pdfdata/cteq6l1.tbl
/usr/share/doc/packages/pythia/pdfdata/ctq66.00.pds
/usr/share/doc/packages/pythia/pdfdata/mrstlostar.00.dat
/usr/share/doc/packages/pythia/pdfdata/mrstlostarstar.00.dat
/usr/share/doc/packages/pythia/pdfdata/mstw2008lo.00.dat
/usr/share/doc/packages/pythia/pdfdata/mstw2008nlo.00.dat
/usr/share/doc/packages/pythia/pdfdata/pomH1FitA.data
/usr/share/doc/packages/pythia/pdfdata/pomH1FitB.data
/usr/share/doc/packages/pythia/pdfdata/pomH1FitBlo.data
/usr/share/doc/packages/pythia/pdfdata/pomH1Jets.data
/usr/share/doc/packages/pythia/pdfdata/pomactwb14.pds
/usr/share/doc/packages/pythia/pdfdata/pomactwd14.pds
/usr/share/doc/packages/pythia/pdfdata/pomactwd19.pds
/usr/share/doc/packages/pythia/pdfdata/pomactwsg14.pds
/usr/share/doc/packages/pythia/tunes
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-CTEQL1.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-HERAPDF15LO.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-MSTW2008LO.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-NNPDF23LO.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v+1.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v+2.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v+3a.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v+3b.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v+3c.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v-1.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v-2.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v-3a.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v-3b.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-A14-v-3c.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-AZ.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-MB-A2-CTEQ6L1.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-MB-A2-MSTW2008LO.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-UE-AU2-CT10.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-UE-AU2-CTEQ6L1.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-UE-AU2-MRST2007LOx.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-UE-AU2-MRST2007LOxx.cmnd
/usr/share/doc/packages/pythia/tunes/ATLAS-UE-AU2-MSTW2008LO.cmnd
/usr/share/doc/packages/pythia/tunes/CMS-CUETP8M1-NNPDF23LO.cmnd
/usr/share/doc/packages/pythia/tunes/CMS-CUETP8S1-CTEQ6L1.cmnd
/usr/share/doc/packages/pythia/tunes/CMS-CUETP8S1-HERAPDF1.cmnd
/usr/share/doc/packages/pythia/tunes/Detroit2021.cmnd
/usr/share/doc/packages/pythia/tunes/Dire.cmnd
/usr/share/doc/packages/pythia/tunes/DireU1.cmnd
/usr/share/doc/packages/pythia/tunes/Fischer2013-1.cmnd
/usr/share/doc/packages/pythia/tunes/Fischer2013-2.cmnd
/usr/share/doc/packages/pythia/tunes/Hoeth2009.cmnd
/usr/share/doc/packages/pythia/tunes/Monash2013-ee.cmnd
/usr/share/doc/packages/pythia/tunes/Monash2013.cmnd
/usr/share/doc/packages/pythia/tunes/Montull2007.cmnd
/usr/share/doc/packages/pythia/tunes/OldIsrMpi.cmnd
/usr/share/doc/packages/pythia/tunes/OldJETSET.cmnd
/usr/share/doc/packages/pythia/tunes/Reset-ee.cmnd
/usr/share/doc/packages/pythia/tunes/Reset-pp.cmnd
/usr/share/doc/packages/pythia/tunes/Skands2009.cmnd
/usr/share/doc/packages/pythia/tunes/Skands2013.cmnd
/usr/share/doc/packages/pythia/tunes/Tune2C.cmnd
/usr/share/doc/packages/pythia/tunes/Tune2M.cmnd
/usr/share/doc/packages/pythia/tunes/Tune4C.cmnd
/usr/share/doc/packages/pythia/tunes/Tune4Cx.cmnd
/usr/share/doc/packages/pythia/tunes/VinciaDefault.cmnd
/usr/share/doc/packages/pythia/xmldoc
/usr/share/doc/packages/pythia/xmldoc/AdvancedUsage.xml
/usr/share/doc/packages/pythia/xmldoc/AlpgenEventInterface.xml
/usr/share/doc/packages/pythia/xmldoc/BeamParameters.xml
/usr/share/doc/packages/pythia/xmldoc/BeamRemnants.xml
/usr/share/doc/packages/pythia/xmldoc/BeamShape.xml
/usr/share/doc/packages/pythia/xmldoc/Bibliography.xml
/usr/share/doc/packages/pythia/xmldoc/BoseEinsteinEffects.xml
/usr/share/doc/packages/pythia/xmldoc/CKKWLMerging.xml
/usr/share/doc/packages/pythia/xmldoc/ClosePacking.xml
/usr/share/doc/packages/pythia/xmldoc/ColourReconnection.xml
/usr/share/doc/packages/pythia/xmldoc/CompositenessProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/CouplingsAndScales.xml
/usr/share/doc/packages/pythia/xmldoc/CrossSectionsAndWeights.xml
/usr/share/doc/packages/pythia/xmldoc/DarkMatterProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/DeuteronProduction.xml
/usr/share/doc/packages/pythia/xmldoc/Diffraction.xml
/usr/share/doc/packages/pythia/xmldoc/ElectroweakProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/ErrorChecks.xml
/usr/share/doc/packages/pythia/xmldoc/EventAnalysis.xml
/usr/share/doc/packages/pythia/xmldoc/EventInformation.xml
/usr/share/doc/packages/pythia/xmldoc/EventRecord.xml
/usr/share/doc/packages/pythia/xmldoc/EventStatistics.xml
/usr/share/doc/packages/pythia/xmldoc/ExampleKeywords.xml
/usr/share/doc/packages/pythia/xmldoc/ExternalDecays.xml
/usr/share/doc/packages/pythia/xmldoc/ExtraDimensionalProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/FlavourSelection.xml
/usr/share/doc/packages/pythia/xmldoc/FourVectors.xml
/usr/share/doc/packages/pythia/xmldoc/FourthGenerationProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/Frontpage.xml
/usr/share/doc/packages/pythia/xmldoc/GettingStarted.xml
/usr/share/doc/packages/pythia/xmldoc/Glossary.xml
/usr/share/doc/packages/pythia/xmldoc/HadronLevelStandalone.xml
/usr/share/doc/packages/pythia/xmldoc/HadronVertexInformation.xml
/usr/share/doc/packages/pythia/xmldoc/HadronWidths.dat
/usr/share/doc/packages/pythia/xmldoc/HadronWidths.xml
/usr/share/doc/packages/pythia/xmldoc/HadronicRescattering.xml
/usr/share/doc/packages/pythia/xmldoc/HadronizationOverview.xml
/usr/share/doc/packages/pythia/xmldoc/HadronizationVariations.xml
/usr/share/doc/packages/pythia/xmldoc/HeavyIons.xml
/usr/share/doc/packages/pythia/xmldoc/HelacOniaProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/HepMCInterface.xml
/usr/share/doc/packages/pythia/xmldoc/HiddenValleyProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/HiggsProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/Histograms.xml
/usr/share/doc/packages/pythia/xmldoc/ImplementNewFragmentation.xml
/usr/share/doc/packages/pythia/xmldoc/ImplementNewMatching.xml
/usr/share/doc/packages/pythia/xmldoc/ImplementNewShowers.xml
/usr/share/doc/packages/pythia/xmldoc/Index.xml
/usr/share/doc/packages/pythia/xmldoc/JetFinders.xml
/usr/share/doc/packages/pythia/xmldoc/JetMatching.xml
/usr/share/doc/packages/pythia/xmldoc/LHA.xml
/usr/share/doc/packages/pythia/xmldoc/LHAHDF5.xml
/usr/share/doc/packages/pythia/xmldoc/LHEF.xml
/usr/share/doc/packages/pythia/xmldoc/LeftRightSymmetryProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/LeptoquarkProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/Logging.xml
/usr/share/doc/packages/pythia/xmldoc/MadGraph5Processes.xml
/usr/share/doc/packages/pythia/xmldoc/MainProgramSettings.xml
/usr/share/doc/packages/pythia/xmldoc/MasterSwitches.xml
/usr/share/doc/packages/pythia/xmldoc/MatchingAndMerging.xml
/usr/share/doc/packages/pythia/xmldoc/MergingVariations.xml
/usr/share/doc/packages/pythia/xmldoc/MultipartonInteractions.xml
/usr/share/doc/packages/pythia/xmldoc/NLOMerging.xml
/usr/share/doc/packages/pythia/xmldoc/NewGaugeBosonProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/NucleonExcitations.dat
/usr/share/doc/packages/pythia/xmldoc/OniaProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/OniaShowers.xml
/usr/share/doc/packages/pythia/xmldoc/PDFSelection.xml
/usr/share/doc/packages/pythia/xmldoc/POWHEGMatching.xml
/usr/share/doc/packages/pythia/xmldoc/PTSelection.xml
/usr/share/doc/packages/pythia/xmldoc/Parallelism.xml
/usr/share/doc/packages/pythia/xmldoc/ParticleData.xml
/usr/share/doc/packages/pythia/xmldoc/ParticleDataScheme.xml
/usr/share/doc/packages/pythia/xmldoc/ParticleDecays.xml
/usr/share/doc/packages/pythia/xmldoc/ParticleProperties.xml
/usr/share/doc/packages/pythia/xmldoc/PartonDistributions.xml
/usr/share/doc/packages/pythia/xmldoc/PartonShowers.xml
/usr/share/doc/packages/pythia/xmldoc/PartonVertexInformation.xml
/usr/share/doc/packages/pythia/xmldoc/PhaseSpaceCuts.xml
/usr/share/doc/packages/pythia/xmldoc/Photoproduction.xml
/usr/share/doc/packages/pythia/xmldoc/Plugins.xml
/usr/share/doc/packages/pythia/xmldoc/ProcessSelection.xml
/usr/share/doc/packages/pythia/xmldoc/ProgramFlow.xml
/usr/share/doc/packages/pythia/xmldoc/PythonInterface.xml
/usr/share/doc/packages/pythia/xmldoc/QCDHardProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/QCDLowEnergyProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/QCDSoftProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/RHadrons.xml
/usr/share/doc/packages/pythia/xmldoc/RIVETusage.xml
/usr/share/doc/packages/pythia/xmldoc/ROOTusage.xml
/usr/share/doc/packages/pythia/xmldoc/RandomNumberSeed.xml
/usr/share/doc/packages/pythia/xmldoc/RandomNumbers.xml
/usr/share/doc/packages/pythia/xmldoc/ResonanceDecays.xml
/usr/share/doc/packages/pythia/xmldoc/RopeHadronization.xml
/usr/share/doc/packages/pythia/xmldoc/SUSYLesHouchesAccord.xml
/usr/share/doc/packages/pythia/xmldoc/SUSYProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/SampleMainPrograms.xml
/usr/share/doc/packages/pythia/xmldoc/SaveSettings.xml
/usr/share/doc/packages/pythia/xmldoc/SecondHardProcess.xml
/usr/share/doc/packages/pythia/xmldoc/SemiInternalProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/SemiInternalResonances.xml
/usr/share/doc/packages/pythia/xmldoc/SettingsScheme.xml
/usr/share/doc/packages/pythia/xmldoc/SimpleShowers.xml
/usr/share/doc/packages/pythia/xmldoc/SpacelikeShowers.xml
/usr/share/doc/packages/pythia/xmldoc/StandardModelParameters.xml
/usr/share/doc/packages/pythia/xmldoc/StringFragmentation.xml
/usr/share/doc/packages/pythia/xmldoc/ThermalFragmentation.xml
/usr/share/doc/packages/pythia/xmldoc/TimelikeShowers.xml
/usr/share/doc/packages/pythia/xmldoc/TopProcesses.xml
/usr/share/doc/packages/pythia/xmldoc/TotalCrossSections.xml
/usr/share/doc/packages/pythia/xmldoc/Tunes.xml
/usr/share/doc/packages/pythia/xmldoc/UMEPSMerging.xml
/usr/share/doc/packages/pythia/xmldoc/UpdateHistory.xml
/usr/share/doc/packages/pythia/xmldoc/UserHooks.xml
/usr/share/doc/packages/pythia/xmldoc/Variations.xml
/usr/share/doc/packages/pythia/xmldoc/Version.xml
/usr/share/doc/packages/pythia/xmldoc/Vincia.xml
/usr/share/doc/packages/pythia/xmldoc/VinciaEW.xml
/usr/share/doc/packages/pythia/xmldoc/VinciaMECs.xml
/usr/share/doc/packages/pythia/xmldoc/VinciaMerging.xml
/usr/share/doc/packages/pythia/xmldoc/VinciaQCD.xml
/usr/share/doc/packages/pythia/xmldoc/WeakShowers.xml
/usr/share/doc/packages/pythia/xmldoc/Welcome.xml
/usr/share/doc/packages/pythia/xmldoc/ZSelection.xml
/usr/share/doc/packages/pythia/xmldoc/aMCatNLOMatching.xml
/usr/share/licenses/pythia-devel
/usr/share/licenses/pythia-devel/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 25 22:53:54 2025