Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: pythia-doc | Distribution: openSUSE Tumbleweed |
Version: 8.307 | Vendor: openSUSE |
Release: 1.7 | Build date: Thu Jun 15 21:17:42 2023 |
Group: Documentation/HTML | Build host: lamb59 |
Size: 17682318 | Source RPM: pythia-8.307-1.7.src.rpm |
Packager: http://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.
GPL-2.0-or-later
* 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. * Sun Mar 01 2020 Atri Bhattacharya <badshah400@gmail.com> - Update to version 8.244: * The combination of weight variations, within the context of uncertainty bands, has not been well documented and therefore prone to misunderstandings. Now the behaviour of Info::getGroupWeight() has been made transparent, and the documentation in Variations has been improved. The main121.cc example has been modified accordingly. * Restore the capability to set width and lifetime of a resonance separately (see change in 8.240). Now the lifetime is set from the width only if the allowCalc() method of the resonance class returns true. * Updated handling of Powheg files, such that files with multiple/variable number of real emissions can be handled. The default value of the POWHEG:nFinalparameter has been changed to -1, see the POWHEG Merging documentation. * Limit the amount by which transverse smearing of the space-time quark-antiquark string breakup vertices can give large shifts, which may translate into unreasonably long invariant times being assigned to primary hadron production vertices. This is regulated by the new HadronVertex:maxSmear parameter. Even so, large hadron production invariant times may still occur occasionally by imperfections in the reconstruction around multiple gluon corners, so HadronVertex:maxTau gives the possibility to reject the hadrons of such a parton system and try again. Also some other related changes. * Fixes for consistent storage of production vertices in units of mm. Thanks to Christopher Plumberg. * Number of weights in info reset to 1 for each new init call. - Drop manual fixes in specfile that are no longer needed: * No unusual hidden files to delete. * Buildroot doesn't get copied into config files. * No more spurious exec permissions in plain files. * Wed Aug 21 2019 Atri Bhattacharya <badshah400@gmail.com> - Update to version 8.243: + See http://home.thep.lu.se/~torbjorn/pythia82html/UpdateHistory.html - Rebase existing patches to apply cleanly. * Fri May 03 2019 Atri Bhattacharya <badshah400@gmail.com> - Update to version 8.240: + See http://home.thep.lu.se/~torbjorn/pythia82html/UpdateHistory.html - Rebase existing patches to apply cleanly. - Disable boost and drop boost BuildRequires as it is no longer needed when compiling against LHAPDF >= 6.2. - Remove unnecessary hidden files not cleaned up by build. - Cleanups using spec-cleaner.
/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/main01.cc /usr/share/doc/packages/pythia/examples/main01.py /usr/share/doc/packages/pythia/examples/main02.cc /usr/share/doc/packages/pythia/examples/main03.cc /usr/share/doc/packages/pythia/examples/main03.cmnd /usr/share/doc/packages/pythia/examples/main04.cc /usr/share/doc/packages/pythia/examples/main04.cmnd /usr/share/doc/packages/pythia/examples/main04_photons.cmnd /usr/share/doc/packages/pythia/examples/main05.cc /usr/share/doc/packages/pythia/examples/main06.cc /usr/share/doc/packages/pythia/examples/main07.cc /usr/share/doc/packages/pythia/examples/main07.cmnd /usr/share/doc/packages/pythia/examples/main08.cc /usr/share/doc/packages/pythia/examples/main08.cmnd /usr/share/doc/packages/pythia/examples/main09.cc /usr/share/doc/packages/pythia/examples/main10.cc /usr/share/doc/packages/pythia/examples/main10.py /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/main103.cmnd /usr/share/doc/packages/pythia/examples/main11.cc /usr/share/doc/packages/pythia/examples/main111.cc /usr/share/doc/packages/pythia/examples/main112.cc /usr/share/doc/packages/pythia/examples/main113.cc /usr/share/doc/packages/pythia/examples/main12.cc /usr/share/doc/packages/pythia/examples/main121.cc /usr/share/doc/packages/pythia/examples/main121.cmnd /usr/share/doc/packages/pythia/examples/main13.cc /usr/share/doc/packages/pythia/examples/main13.cmnd /usr/share/doc/packages/pythia/examples/main14.cc /usr/share/doc/packages/pythia/examples/main15.cc /usr/share/doc/packages/pythia/examples/main151.cc /usr/share/doc/packages/pythia/examples/main152.cc /usr/share/doc/packages/pythia/examples/main153.cc /usr/share/doc/packages/pythia/examples/main153.cmnd /usr/share/doc/packages/pythia/examples/main154.cc /usr/share/doc/packages/pythia/examples/main154.cmnd /usr/share/doc/packages/pythia/examples/main155.cc /usr/share/doc/packages/pythia/examples/main155.cmnd /usr/share/doc/packages/pythia/examples/main156.cc /usr/share/doc/packages/pythia/examples/main16.cc /usr/share/doc/packages/pythia/examples/main16.cmnd /usr/share/doc/packages/pythia/examples/main161.cc /usr/share/doc/packages/pythia/examples/main162.cc /usr/share/doc/packages/pythia/examples/main163.cc /usr/share/doc/packages/pythia/examples/main17.cc /usr/share/doc/packages/pythia/examples/main18.cc /usr/share/doc/packages/pythia/examples/main181.cc /usr/share/doc/packages/pythia/examples/main182.cc /usr/share/doc/packages/pythia/examples/main183.cc /usr/share/doc/packages/pythia/examples/main19.cc /usr/share/doc/packages/pythia/examples/main20.cc /usr/share/doc/packages/pythia/examples/main200.cc /usr/share/doc/packages/pythia/examples/main200.cmnd /usr/share/doc/packages/pythia/examples/main201.cc /usr/share/doc/packages/pythia/examples/main202.cc /usr/share/doc/packages/pythia/examples/main202.cmnd /usr/share/doc/packages/pythia/examples/main203.cc /usr/share/doc/packages/pythia/examples/main204.cc /usr/share/doc/packages/pythia/examples/main21.cc /usr/share/doc/packages/pythia/examples/main22.cc /usr/share/doc/packages/pythia/examples/main23.cc /usr/share/doc/packages/pythia/examples/main24.cc /usr/share/doc/packages/pythia/examples/main24.cmnd /usr/share/doc/packages/pythia/examples/main25.cc /usr/share/doc/packages/pythia/examples/main25.lhe /usr/share/doc/packages/pythia/examples/main26.cc /usr/share/doc/packages/pythia/examples/main27.cc /usr/share/doc/packages/pythia/examples/main28.cc /usr/share/doc/packages/pythia/examples/main280.cc /usr/share/doc/packages/pythia/examples/main280.cmnd /usr/share/doc/packages/pythia/examples/main29.cc /usr/share/doc/packages/pythia/examples/main30.cc /usr/share/doc/packages/pythia/examples/main30.cmnd /usr/share/doc/packages/pythia/examples/main300.cc /usr/share/doc/packages/pythia/examples/main300.cmnd /usr/share/doc/packages/pythia/examples/main31.cc /usr/share/doc/packages/pythia/examples/main31.cmnd /usr/share/doc/packages/pythia/examples/main32.cc /usr/share/doc/packages/pythia/examples/main32.cmnd /usr/share/doc/packages/pythia/examples/main32.unw /usr/share/doc/packages/pythia/examples/main32_unw.par /usr/share/doc/packages/pythia/examples/main33.cc /usr/share/doc/packages/pythia/examples/main33.cmnd /usr/share/doc/packages/pythia/examples/main33.pwhg /usr/share/doc/packages/pythia/examples/main333.cc /usr/share/doc/packages/pythia/examples/main34.cc /usr/share/doc/packages/pythia/examples/main34.py /usr/share/doc/packages/pythia/examples/main35.cc /usr/share/doc/packages/pythia/examples/main36.cc /usr/share/doc/packages/pythia/examples/main37.cc /usr/share/doc/packages/pythia/examples/main38.cc /usr/share/doc/packages/pythia/examples/main41.cc /usr/share/doc/packages/pythia/examples/main42.cc /usr/share/doc/packages/pythia/examples/main42.cmnd /usr/share/doc/packages/pythia/examples/main43.cc /usr/share/doc/packages/pythia/examples/main43.cmnd /usr/share/doc/packages/pythia/examples/main44.cc /usr/share/doc/packages/pythia/examples/main44.cmnd /usr/share/doc/packages/pythia/examples/main45.cc /usr/share/doc/packages/pythia/examples/main46.cc /usr/share/doc/packages/pythia/examples/main46.cmnd /usr/share/doc/packages/pythia/examples/main48.cc /usr/share/doc/packages/pythia/examples/main48.dec /usr/share/doc/packages/pythia/examples/main51.cc /usr/share/doc/packages/pythia/examples/main52.cc /usr/share/doc/packages/pythia/examples/main53.cc /usr/share/doc/packages/pythia/examples/main53.cmnd /usr/share/doc/packages/pythia/examples/main54.cc /usr/share/doc/packages/pythia/examples/main55.cc /usr/share/doc/packages/pythia/examples/main61.cc /usr/share/doc/packages/pythia/examples/main62.cc /usr/share/doc/packages/pythia/examples/main62.cmnd /usr/share/doc/packages/pythia/examples/main62.lhe /usr/share/doc/packages/pythia/examples/main63.cc /usr/share/doc/packages/pythia/examples/main63.cmnd /usr/share/doc/packages/pythia/examples/main64.cc /usr/share/doc/packages/pythia/examples/main68.cc /usr/share/doc/packages/pythia/examples/main69.cc /usr/share/doc/packages/pythia/examples/main70.cc /usr/share/doc/packages/pythia/examples/main71.cc /usr/share/doc/packages/pythia/examples/main72.cc /usr/share/doc/packages/pythia/examples/main73.cc /usr/share/doc/packages/pythia/examples/main74.cc /usr/share/doc/packages/pythia/examples/main75.cc /usr/share/doc/packages/pythia/examples/main75.cmnd /usr/share/doc/packages/pythia/examples/main76.cc /usr/share/doc/packages/pythia/examples/main76.cmnd /usr/share/doc/packages/pythia/examples/main77.cc /usr/share/doc/packages/pythia/examples/main78.cc /usr/share/doc/packages/pythia/examples/main80.cc /usr/share/doc/packages/pythia/examples/main80.cmnd /usr/share/doc/packages/pythia/examples/main81.cc /usr/share/doc/packages/pythia/examples/main81.cmnd /usr/share/doc/packages/pythia/examples/main82.cc /usr/share/doc/packages/pythia/examples/main82.cmnd /usr/share/doc/packages/pythia/examples/main83.cc /usr/share/doc/packages/pythia/examples/main83.cmnd /usr/share/doc/packages/pythia/examples/main84.cc /usr/share/doc/packages/pythia/examples/main84.cmnd /usr/share/doc/packages/pythia/examples/main85.cc /usr/share/doc/packages/pythia/examples/main85.cmnd /usr/share/doc/packages/pythia/examples/main86.cc /usr/share/doc/packages/pythia/examples/main86.cmnd /usr/share/doc/packages/pythia/examples/main87.cc /usr/share/doc/packages/pythia/examples/main87.cmnd /usr/share/doc/packages/pythia/examples/main88.cc /usr/share/doc/packages/pythia/examples/main88.cmnd /usr/share/doc/packages/pythia/examples/main89.cc /usr/share/doc/packages/pythia/examples/main89ckkwl.cmnd /usr/share/doc/packages/pythia/examples/main89fxfx.cmnd /usr/share/doc/packages/pythia/examples/main89mlm.cmnd /usr/share/doc/packages/pythia/examples/main89umeps.cmnd /usr/share/doc/packages/pythia/examples/main89unlops.cmnd /usr/share/doc/packages/pythia/examples/main91.cc /usr/share/doc/packages/pythia/examples/main92.cc /usr/share/doc/packages/pythia/examples/main92.h /usr/share/doc/packages/pythia/examples/main92LinkDef.h /usr/share/doc/packages/pythia/examples/main93.cc /usr/share/doc/packages/pythia/examples/main93.cmnd /usr/share/doc/packages/pythia/examples/main93.h /usr/share/doc/packages/pythia/examples/main93LinkDef.h /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_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/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/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/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/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/PDFSelection.html /usr/share/doc/packages/pythia/htmldoc/POWHEGMerging.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/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/main01-python.html /usr/share/doc/packages/pythia/htmldoc/examples/main01.html /usr/share/doc/packages/pythia/htmldoc/examples/main02.html /usr/share/doc/packages/pythia/htmldoc/examples/main03.html /usr/share/doc/packages/pythia/htmldoc/examples/main04.html /usr/share/doc/packages/pythia/htmldoc/examples/main05.html /usr/share/doc/packages/pythia/htmldoc/examples/main06.html /usr/share/doc/packages/pythia/htmldoc/examples/main07.html /usr/share/doc/packages/pythia/htmldoc/examples/main08.html /usr/share/doc/packages/pythia/htmldoc/examples/main09.html /usr/share/doc/packages/pythia/htmldoc/examples/main10-python.html /usr/share/doc/packages/pythia/htmldoc/examples/main10.html /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/main11.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/main12.html /usr/share/doc/packages/pythia/htmldoc/examples/main121.html /usr/share/doc/packages/pythia/htmldoc/examples/main13.html /usr/share/doc/packages/pythia/htmldoc/examples/main14.html /usr/share/doc/packages/pythia/htmldoc/examples/main15.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/main155.html /usr/share/doc/packages/pythia/htmldoc/examples/main156.html /usr/share/doc/packages/pythia/htmldoc/examples/main16.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/main17.html /usr/share/doc/packages/pythia/htmldoc/examples/main18.html /usr/share/doc/packages/pythia/htmldoc/examples/main181.html /usr/share/doc/packages/pythia/htmldoc/examples/main182.html /usr/share/doc/packages/pythia/htmldoc/examples/main183.html /usr/share/doc/packages/pythia/htmldoc/examples/main19.html /usr/share/doc/packages/pythia/htmldoc/examples/main20.html /usr/share/doc/packages/pythia/htmldoc/examples/main200.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/main21.html /usr/share/doc/packages/pythia/htmldoc/examples/main22.html /usr/share/doc/packages/pythia/htmldoc/examples/main23.html /usr/share/doc/packages/pythia/htmldoc/examples/main24.html /usr/share/doc/packages/pythia/htmldoc/examples/main25.html /usr/share/doc/packages/pythia/htmldoc/examples/main26.html /usr/share/doc/packages/pythia/htmldoc/examples/main27.html /usr/share/doc/packages/pythia/htmldoc/examples/main28.html /usr/share/doc/packages/pythia/htmldoc/examples/main280.html /usr/share/doc/packages/pythia/htmldoc/examples/main29.html /usr/share/doc/packages/pythia/htmldoc/examples/main30.html /usr/share/doc/packages/pythia/htmldoc/examples/main300.html /usr/share/doc/packages/pythia/htmldoc/examples/main31.html /usr/share/doc/packages/pythia/htmldoc/examples/main32.html /usr/share/doc/packages/pythia/htmldoc/examples/main33.html /usr/share/doc/packages/pythia/htmldoc/examples/main333.html /usr/share/doc/packages/pythia/htmldoc/examples/main34-python.html /usr/share/doc/packages/pythia/htmldoc/examples/main34.html /usr/share/doc/packages/pythia/htmldoc/examples/main35.html /usr/share/doc/packages/pythia/htmldoc/examples/main36.html /usr/share/doc/packages/pythia/htmldoc/examples/main37.html /usr/share/doc/packages/pythia/htmldoc/examples/main38.html /usr/share/doc/packages/pythia/htmldoc/examples/main41.html /usr/share/doc/packages/pythia/htmldoc/examples/main42.html /usr/share/doc/packages/pythia/htmldoc/examples/main43.html /usr/share/doc/packages/pythia/htmldoc/examples/main44.html /usr/share/doc/packages/pythia/htmldoc/examples/main45.html /usr/share/doc/packages/pythia/htmldoc/examples/main46.html /usr/share/doc/packages/pythia/htmldoc/examples/main48.html /usr/share/doc/packages/pythia/htmldoc/examples/main51.html /usr/share/doc/packages/pythia/htmldoc/examples/main52.html /usr/share/doc/packages/pythia/htmldoc/examples/main53.html /usr/share/doc/packages/pythia/htmldoc/examples/main54.html /usr/share/doc/packages/pythia/htmldoc/examples/main55.html /usr/share/doc/packages/pythia/htmldoc/examples/main61.html /usr/share/doc/packages/pythia/htmldoc/examples/main62.html /usr/share/doc/packages/pythia/htmldoc/examples/main63.html /usr/share/doc/packages/pythia/htmldoc/examples/main64.html /usr/share/doc/packages/pythia/htmldoc/examples/main68.html /usr/share/doc/packages/pythia/htmldoc/examples/main69.html /usr/share/doc/packages/pythia/htmldoc/examples/main70.html /usr/share/doc/packages/pythia/htmldoc/examples/main71.html /usr/share/doc/packages/pythia/htmldoc/examples/main72.html /usr/share/doc/packages/pythia/htmldoc/examples/main73.html /usr/share/doc/packages/pythia/htmldoc/examples/main74.html /usr/share/doc/packages/pythia/htmldoc/examples/main75.html /usr/share/doc/packages/pythia/htmldoc/examples/main76.html /usr/share/doc/packages/pythia/htmldoc/examples/main77.html /usr/share/doc/packages/pythia/htmldoc/examples/main78.html /usr/share/doc/packages/pythia/htmldoc/examples/main80.html /usr/share/doc/packages/pythia/htmldoc/examples/main81.html /usr/share/doc/packages/pythia/htmldoc/examples/main82.html /usr/share/doc/packages/pythia/htmldoc/examples/main83.html /usr/share/doc/packages/pythia/htmldoc/examples/main84.html /usr/share/doc/packages/pythia/htmldoc/examples/main85.html /usr/share/doc/packages/pythia/htmldoc/examples/main86.html /usr/share/doc/packages/pythia/htmldoc/examples/main87.html /usr/share/doc/packages/pythia/htmldoc/examples/main88.html /usr/share/doc/packages/pythia/htmldoc/examples/main89.html /usr/share/doc/packages/pythia/htmldoc/examples/main91.html /usr/share/doc/packages/pythia/htmldoc/examples/main92.html /usr/share/doc/packages/pythia/htmldoc/examples/main93.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/worksheet.pdf
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 02:11:34 2025