Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/c368e3adf6832092624a818cdff34630 to your computer and use it in GitHub Desktop.
Save ryantm/c368e3adf6832092624a818cdff34630 to your computer and use it in GitHub Desktop.
/nix/store/d2295gdnf6ks7wljvja3x7065b69frmr-pythia-8.243
├── bin
│   └── pythia8-config
├── include
│   ├── Pythia8
│   │   ├── Analysis.h
│   │   ├── Basics.h
│   │   ├── BeamParticle.h
│   │   ├── BeamRemnants.h
│   │   ├── BeamShape.h
│   │   ├── BoseEinstein.h
│   │   ├── ColourReconnection.h
│   │   ├── ColourTracing.h
│   │   ├── DeuteronProduction.h
│   │   ├── Event.h
│   │   ├── FJcore.h
│   │   ├── FragmentationFlavZpT.h
│   │   ├── FragmentationSystems.h
│   │   ├── GammaKinematics.h
│   │   ├── HadronLevel.h
│   │   ├── HadronScatter.h
│   │   ├── HardDiffraction.h
│   │   ├── HeavyIons.h
│   │   ├── HelicityBasics.h
│   │   ├── HelicityMatrixElements.h
│   │   ├── HiddenValleyFragmentation.h
│   │   ├── History.h
│   │   ├── HIUserHooks.h
│   │   ├── Info.h
│   │   ├── JunctionSplitting.h
│   │   ├── LesHouches.h
│   │   ├── LHEF3.h
│   │   ├── Merging.h
│   │   ├── MergingHooks.h
│   │   ├── MiniStringFragmentation.h
│   │   ├── MultipartonInteractions.h
│   │   ├── ParticleData.h
│   │   ├── ParticleDecays.h
│   │   ├── PartonDistributions.h
│   │   ├── PartonLevel.h
│   │   ├── PartonSystems.h
│   │   ├── PartonVertex.h
│   │   ├── PhaseSpace.h
│   │   ├── ProcessContainer.h
│   │   ├── ProcessLevel.h
│   │   ├── PythiaComplex.h
│   │   ├── Pythia.h
│   │   ├── PythiaStdlib.h
│   │   ├── ResonanceDecays.h
│   │   ├── ResonanceWidthsDM.h
│   │   ├── ResonanceWidths.h
│   │   ├── RHadrons.h
│   │   ├── Ropewalk.h
│   │   ├── Settings.h
│   │   ├── SigmaCompositeness.h
│   │   ├── SigmaDM.h
│   │   ├── SigmaEW.h
│   │   ├── SigmaExtraDim.h
│   │   ├── SigmaGeneric.h
│   │   ├── SigmaHiggs.h
│   │   ├── SigmaLeftRightSym.h
│   │   ├── SigmaLeptoquark.h
│   │   ├── SigmaNewGaugeBosons.h
│   │   ├── SigmaOnia.h
│   │   ├── SigmaProcess.h
│   │   ├── SigmaQCD.h
│   │   ├── SigmaSUSY.h
│   │   ├── SigmaTotal.h
│   │   ├── SimpleSpaceShower.h
│   │   ├── SimpleTimeShower.h
│   │   ├── SimpleWeakShowerMEs.h
│   │   ├── SLHAinterface.h
│   │   ├── SpaceShower.h
│   │   ├── StandardModel.h
│   │   ├── Streams.h
│   │   ├── StringFragmentation.h
│   │   ├── StringLength.h
│   │   ├── SusyCouplings.h
│   │   ├── SusyLesHouches.h
│   │   ├── SusyResonanceWidths.h
│   │   ├── SusyWidthFunctions.h
│   │   ├── TauDecays.h
│   │   ├── TimeShower.h
│   │   └── UserHooks.h
│   └── Pythia8Plugins
│   ├── aMCatNLOHooks.h
│   ├── ColourReconnectionHooks.h
│   ├── CombineMatchingInput.h
│   ├── EvtGen.h
│   ├── execinfo.h
│   ├── FastJet3.h
│   ├── GeneratorInput.h
│   ├── HepMC2.h
│   ├── JetMatching.h
│   ├── LHAFortran.h
│   ├── LHAHelaconia.h
│   ├── LHAMadgraph.h
│   ├── LHAPDF5.h
│   ├── LHAPDF6.h
│   ├── LHAPowheg.h
│   ├── MixMax.h
│   ├── PowhegHooks.h
│   ├── PowhegProcs.h
│   ├── ProgressLog.h
│   ├── Pythia8Rivet.h
│   └── PythonWrapper.h
├── lib
│   ├── libpythia8.a
│   ├── libpythia8lhapdf6.so
│   └── libpythia8.so
└── share
└── Pythia8
├── AUTHORS
├── COPYING
├── examples
│   ├── main01.cc
│   ├── main01.py
│   ├── main02.cc
│   ├── main03.cc
│   ├── main03.cmnd
│   ├── main04.cc
│   ├── main04.cmnd
│   ├── main04_photons.cmnd
│   ├── main05.cc
│   ├── main06.cc
│   ├── main07.cc
│   ├── main07.cmnd
│   ├── main08.cc
│   ├── main08.cmnd
│   ├── main09.cc
│   ├── main101.cc
│   ├── main102.cc
│   ├── main10.cc
│   ├── main10.py
│   ├── main111.cc
│   ├── main112.cc
│   ├── main113.cc
│   ├── main11.cc
│   ├── main121.cc
│   ├── main121.cmnd
│   ├── main12.cc
│   ├── main13.cc
│   ├── main13.cmnd
│   ├── main14.cc
│   ├── main15.cc
│   ├── main16.cc
│   ├── main16.cmnd
│   ├── main17.cc
│   ├── main18.cc
│   ├── main19.cc
│   ├── main20.cc
│   ├── main21.cc
│   ├── main22.cc
│   ├── main23.cc
│   ├── main24.cc
│   ├── main24.cmnd
│   ├── main25.cc
│   ├── main25.lhe
│   ├── main26.cc
│   ├── main27.cc
│   ├── main28.cc
│   ├── main29.cc
│   ├── main30.cc
│   ├── main30.cmnd
│   ├── main31.cc
│   ├── main31.cmnd
│   ├── main32.cc
│   ├── main32.cmnd
│   ├── main32.unw
│   ├── main32_unw.par
│   ├── main33.cc
│   ├── main33.cmnd
│   ├── main33.pwhg
│   ├── main34.cc
│   ├── main34.py
│   ├── main35.cc
│   ├── main36.cc
│   ├── main37.cc
│   ├── main38.cc
│   ├── main41.cc
│   ├── main42.cc
│   ├── main42.cmnd
│   ├── main43.cc
│   ├── main43.cmnd
│   ├── main46.cc
│   ├── main48.cc
│   ├── main48.dec
│   ├── main51.cc
│   ├── main52.cc
│   ├── main53.cc
│   ├── main53.cmnd
│   ├── main54.cc
│   ├── main55.cc
│   ├── main61.cc
│   ├── main62.cc
│   ├── main62.cmnd
│   ├── main62.lhe
│   ├── main63.cc
│   ├── main63.cmnd
│   ├── main64.cc
│   ├── main68.cc
│   ├── main69.cc
│   ├── main70.cc
│   ├── main71.cc
│   ├── main72.cc
│   ├── main73.cc
│   ├── main74.cc
│   ├── main75.cc
│   ├── main75.cmnd
│   ├── main76.cc
│   ├── main76.cmnd
│   ├── main77.cc
│   ├── main80.cc
│   ├── main80.cmnd
│   ├── main81.cc
│   ├── main81.cmnd
│   ├── main82.cc
│   ├── main82.cmnd
│   ├── main83.cc
│   ├── main83.cmnd
│   ├── main84.cc
│   ├── main84.cmnd
│   ├── main85.cc
│   ├── main85.cmnd
│   ├── main86.cc
│   ├── main86.cmnd
│   ├── main87.cc
│   ├── main87.cmnd
│   ├── main88.cc
│   ├── main88.cmnd
│   ├── main89.cc
│   ├── main89ckkwl.cmnd
│   ├── main89fxfx.cmnd
│   ├── main89mlm.cmnd
│   ├── main89umeps.cmnd
│   ├── main89unlops.cmnd
│   ├── main91.cc
│   ├── main92.cc
│   ├── main92.h
│   ├── main92LinkDef.h
│   ├── main93.cc
│   ├── main93.cmnd
│   ├── main93.h
│   ├── main93LinkDef.h
│   ├── Makefile
│   ├── Makefile.inc
│   ├── photoninproton.lhe
│   ├── powheg-dijets.lhe
│   ├── powheg-hvq.lhe
│   ├── README
│   ├── runmains
│   ├── slha1-example.spc
│   ├── slha2-example.spc
│   ├── sps1aNarrowStopGluinoRPV.spc
│   ├── sps1aNarrowStopGluino.spc
│   ├── sps1aWithDecays.spc
│   ├── ttbar2.lhe
│   ├── ttbar.lhe
│   ├── ttbar.lhe.gz
│   ├── wbj_lhef3.lhe
│   ├── w+_production_lhc_0.lhe
│   ├── w+_production_lhc_1.lhe
│   ├── w+_production_lhc_2.lhe
│   ├── w_production_powheg_0.lhe
│   ├── w_production_powheg_1.lhe
│   ├── w_production_tree_0.lhe
│   ├── w_production_tree_1.lhe
│   ├── w_production_tree_2.lhe
│   ├── zProduction_Ckkwl_012.lhe.gz
│   ├── zProduction_Fxfx_01.lhe.gz
│   ├── zProduction_Mlm_012.lhe.gz
│   ├── zProduction_UnlopsLoop_01.lhe.gz
│   └── zProduction_UnlopsTree_12.lhe.gz
├── GUIDELINES
├── htmldoc
│   ├── AdvancedUsage.html
│   ├── AlpgenEventInterface.html
│   ├── aMCatNLOMatching.html
│   ├── ASecondHardProcess.html
│   ├── BeamParameters.html
│   ├── BeamRemnants.html
│   ├── BeamShape.html
│   ├── Bibliography.html
│   ├── BoseEinsteinEffects.html
│   ├── CKKWLMerging.html
│   ├── ColourReconnection.html
│   ├── CompositenessProcesses.html
│   ├── COPYING
│   ├── CouplingsAndScales.html
│   ├── DarkMatterProcesses.html
│   ├── DeuteronProduction.html
│   ├── Diffraction.html
│   ├── dot.gif
│   ├── ElectroweakProcesses.html
│   ├── ErrorChecks.html
│   ├── EventAnalysis.html
│   ├── EventInformation.html
│   ├── EventRecord.html
│   ├── EventStatistics.html
│   ├── ExternalDecays.html
│   ├── ExtraDimensionalProcesses.html
│   ├── FlavourSelection.html
│   ├── FourthGenerationProcesses.html
│   ├── FourVectors.html
│   ├── Fragmentation.html
│   ├── Frontpage.html
│   ├── Glossary.html
│   ├── GUIDELINES
│   ├── HadronLevelStandalone.html
│   ├── HadronScattering.html
│   ├── HeavyIons.html
│   ├── HelacOniaProcesses.html
│   ├── HepMCInterface.html
│   ├── HiddenValleyProcesses.html
│   ├── HiggsProcesses.html
│   ├── Histograms.html
│   ├── ImplementNewShowers.html
│   ├── Index.html
│   ├── Index.js
│   ├── JetFinders.html
│   ├── JetMatching.html
│   ├── Jquery.js
│   ├── LeftRightSymmetryProcesses.html
│   ├── LeptoquarkProcesses.html
│   ├── LesHouchesAccord.html
│   ├── MadGraph5Processes.html
│   ├── MainProgramSettings.html
│   ├── MasterSwitches.html
│   ├── MatchingAndMerging.html
│   ├── MultipartonInteractions.html
│   ├── NewGaugeBosonProcesses.html
│   ├── NLOMerging.html
│   ├── OniaProcesses.html
│   ├── ParticleData.html
│   ├── ParticleDataScheme.html
│   ├── ParticleDecays.html
│   ├── ParticleProperties.html
│   ├── PartonDistributions.html
│   ├── PDFSelection.html
│   ├── PhaseSpaceCuts.html
│   ├── Photoproduction.html
│   ├── POWHEGMerging.html
│   ├── ProcessSelection.html
│   ├── ProgramClasses.html
│   ├── ProgramFiles.html
│   ├── ProgramFlow.html
│   ├── ProgramMethods.html
│   ├── ProMCFiles.html
│   ├── pythia32.gif
│   ├── pythia99.gif
│   ├── pythia.css
│   ├── PythonInterface.html
│   ├── QCDProcesses.html
│   ├── RandomNumberSeed.html
│   ├── RandomNumbers.html
│   ├── ResonanceDecays.html
│   ├── RHadrons.html
│   ├── RIVETusage.html
│   ├── ROOTusage.html
│   ├── RopeHadronization.html
│   ├── SampleMainPrograms.html
│   ├── SaveSettings.html
│   ├── Search.js
│   ├── SemiInternalProcesses.html
│   ├── SemiInternalResonances.html
│   ├── SettingsScheme.html
│   ├── SimpleShowers.html
│   ├── SpacelikeShowers.html
│   ├── StandardModelParameters.html
│   ├── SUSYLesHouchesAccord.html
│   ├── SUSYProcesses.html
│   ├── TimelikeShowers.html
│   ├── TopProcesses.html
│   ├── TotalCrossSections.html
│   ├── Tunes.html
│   ├── UMEPSMerging.html
│   ├── Underscore.js
│   ├── UpdateHistory.html
│   ├── UserHooks.html
│   ├── Variations.html
│   ├── Version.html
│   ├── VertexInformation.html
│   ├── WeakShowers.html
│   └── Welcome.html
├── outref
│   ├── out01
│   ├── out02
│   ├── out03
│   ├── out04
│   ├── out05
│   ├── out06
│   ├── out07
│   ├── out08
│   ├── out09
│   ├── out10
│   ├── out11
│   ├── out12
│   ├── out13
│   ├── out14
│   ├── out15
│   ├── out16
│   ├── out17
│   ├── out18
│   ├── out19
│   ├── out20
│   ├── out21
│   ├── out22
│   ├── out23
│   ├── out24
│   ├── out25
│   ├── out26
│   ├── out27
│   ├── out28
│   └── out29
├── pdfdoc
│   ├── evtgen.pdf
│   ├── g2qqbarsplit.pdf
│   ├── pdfwarning.pdf
│   ├── pythia8200.pdf
│   └── worksheet8200.pdf
├── phpdoc
│   ├── AdvancedUsage.php
│   ├── AlpgenEventInterface.php
│   ├── aMCatNLOMatching.php
│   ├── ASecondHardProcess.php
│   ├── BeamParameters.php
│   ├── BeamRemnants.php
│   ├── BeamShape.php
│   ├── Bibliography.php
│   ├── BoseEinsteinEffects.php
│   ├── CKKWLMerging.php
│   ├── ColourReconnection.php
│   ├── CompositenessProcesses.php
│   ├── COPYING
│   ├── CouplingsAndScales.php
│   ├── DarkMatterProcesses.php
│   ├── DeuteronProduction.php
│   ├── Diffraction.php
│   ├── dot.gif
│   ├── ElectroweakProcesses.php
│   ├── ErrorChecks.php
│   ├── EventAnalysis.php
│   ├── EventInformation.php
│   ├── EventRecord.php
│   ├── EventStatistics.php
│   ├── ExternalDecays.php
│   ├── ExtraDimensionalProcesses.php
│   ├── files
│   ├── FlavourSelection.php
│   ├── FourthGenerationProcesses.php
│   ├── FourVectors.php
│   ├── Fragmentation.php
│   ├── Frontpage.php
│   ├── Glossary.php
│   ├── GUIDELINES
│   ├── HadronLevelStandalone.php
│   ├── HadronScattering.php
│   ├── HeavyIons.php
│   ├── HelacOniaProcesses.php
│   ├── HepMCInterface.php
│   ├── HiddenValleyProcesses.php
│   ├── HiggsProcesses.php
│   ├── Histograms.php
│   ├── ImplementNewShowers.php
│   ├── Index.php
│   ├── JetFinders.php
│   ├── JetMatching.php
│   ├── LeftRightSymmetryProcesses.php
│   ├── LeptoquarkProcesses.php
│   ├── LesHouchesAccord.php
│   ├── MadGraph5Processes.php
│   ├── MainProgramSettings.php
│   ├── MasterSwitches.php
│   ├── MatchingAndMerging.php
│   ├── MultipartonInteractions.php
│   ├── NewGaugeBosonProcesses.php
│   ├── NLOMerging.php
│   ├── OniaProcesses.php
│   ├── ParticleData.php
│   ├── ParticleDataScheme.php
│   ├── ParticleDecays.php
│   ├── ParticleProperties.php
│   ├── PartonDistributions.php
│   ├── PDFSelection.php
│   ├── PhaseSpaceCuts.php
│   ├── Photoproduction.php
│   ├── php.txt
│   ├── POWHEGMerging.php
│   ├── ProcessSelection.php
│   ├── ProgramClasses.php
│   ├── ProgramFiles.php
│   ├── ProgramFlow.php
│   ├── ProgramMethods.php
│   ├── ProMCFiles.php
│   ├── pythia32.gif
│   ├── pythia99.gif
│   ├── pythia.css
│   ├── PythonInterface.php
│   ├── QCDProcesses.php
│   ├── RandomNumberSeed.php
│   ├── RandomNumbers.php
│   ├── ResonanceDecays.php
│   ├── RHadrons.php
│   ├── RIVETusage.php
│   ├── ROOTusage.php
│   ├── RopeHadronization.php
│   ├── SampleMainPrograms.php
│   ├── SaveSettings.php
│   ├── SemiInternalProcesses.php
│   ├── SemiInternalResonances.php
│   ├── SettingsScheme.php
│   ├── SimpleShowers.php
│   ├── SpacelikeShowers.php
│   ├── StandardModelParameters.php
│   ├── SUSYLesHouchesAccord.php
│   ├── SUSYProcesses.php
│   ├── TimelikeShowers.php
│   ├── TopProcesses.php
│   ├── TotalCrossSections.php
│   ├── Tunes.php
│   ├── UMEPSMerging.php
│   ├── UpdateHistory.php
│   ├── UserHooks.php
│   ├── Variations.php
│   ├── Version.php
│   ├── VertexInformation.php
│   ├── WeakShowers.php
│   └── Welcome.php
├── README
└── xmldoc
├── AdvancedUsage.xml
├── AlpgenEventInterface.xml
├── aMCatNLOMatching.xml
├── ASecondHardProcess.xml
├── BeamParameters.xml
├── BeamRemnants.xml
├── BeamShape.xml
├── Bibliography.xml
├── BoseEinsteinEffects.xml
├── CKKWLMerging.xml
├── ColourReconnection.xml
├── CompositenessProcesses.xml
├── CouplingsAndScales.xml
├── ct09mc1.pds
├── ct09mc2.pds
├── ct09mcs.pds
├── CT14qed_proton_0000.dat
├── cteq6l1.tbl
├── cteq6l.tbl
├── ctq66.00.pds
├── DarkMatterProcesses.xml
├── DeuteronProduction.xml
├── Diffraction.xml
├── ElectroweakProcesses.xml
├── EPS09LOR_208
├── ErrorChecks.xml
├── EventAnalysis.xml
├── EventInformation.xml
├── EventRecord.xml
├── EventStatistics.xml
├── ExternalDecays.xml
├── ExtraDimensionalProcesses.xml
├── FlavourSelection.xml
├── FourthGenerationProcesses.xml
├── FourVectors.xml
├── Fragmentation.xml
├── Frontpage.xml
├── GKG18_DPDF_FitA_LO_0000.dat
├── GKG18_DPDF_FitA_NLO_0000.dat
├── GKG18_DPDF_FitB_LO_0000.dat
├── GKG18_DPDF_FitB_NLO_0000.dat
├── Glossary.xml
├── HadronLevelStandalone.xml
├── HadronScattering.xml
├── HeavyIons.xml
├── HelacOniaProcesses.xml
├── HepMCInterface.xml
├── HiddenValleyProcesses.xml
├── HiggsProcesses.xml
├── Histograms.xml
├── ImplementNewShowers.xml
├── Index.xml
├── JetFinders.xml
├── JetMatching.xml
├── LeftRightSymmetryProcesses.xml
├── LeptoquarkProcesses.xml
├── LesHouchesAccord.xml
├── MadGraph5Processes.xml
├── MainProgramSettings.xml
├── MasterSwitches.xml
├── MatchingAndMerging.xml
├── mrstlostar.00.dat
├── mrstlostarstar.00.dat
├── mstw2008lo.00.dat
├── mstw2008nlo.00.dat
├── MultipartonInteractions.xml
├── NewGaugeBosonProcesses.xml
├── NLOMerging.xml
├── NNPDF23_lo_as_0119_qed_mem0.grid
├── NNPDF23_lo_as_0130_qed_mem0.grid
├── NNPDF23_nlo_as_0119_qed_mc_mem0.grid
├── NNPDF23_nnlo_as_0119_qed_mc_mem0.grid
├── NNPDF31_lo_as_0118_0000.dat
├── NNPDF31_lo_as_0130_0000.dat
├── NNPDF31_nlo_as_0118_luxqed_0000.dat
├── NNPDF31_nnlo_as_0118_luxqed_0000.dat
├── NNPDF31sx_nlonllx_as_0118_LHCb_luxqed_0000.dat
├── NNPDF31sx_nnlonllx_as_0118_LHCb_luxqed_0000.dat
├── OniaProcesses.xml
├── ParticleDataScheme.xml
├── ParticleData.xml
├── ParticleDecays.xml
├── ParticleProperties.xml
├── PartonDistributions.xml
├── PDFSelection.xml
├── PhaseSpaceCuts.xml
├── Photoproduction.xml
├── piK-Estabrooks.dat
├── piN-SAID-WI08.dat
├── pipi-Froggatt.dat
├── pomactwb14.pds
├── pomactwd14.pds
├── pomactwd19.pds
├── pomactwsg14.pds
├── pomH1FitA.data
├── pomH1FitB.data
├── pomH1FitBlo.data
├── pomH1Jets.data
├── POWHEGMerging.xml
├── ProcessSelection.xml
├── ProgramClasses.xml
├── ProgramFiles.xml
├── ProgramFlow.xml
├── ProgramMethods.xml
├── ProMCFiles.xml
├── PythonInterface.xml
├── QCDProcesses.xml
├── RandomNumberSeed.xml
├── RandomNumbers.xml
├── ResonanceDecays.xml
├── RHadrons.xml
├── RIVETusage.xml
├── ROOTusage.xml
├── RopeHadronization.xml
├── SampleMainPrograms.xml
├── SaveSettings.xml
├── SemiInternalProcesses.xml
├── SemiInternalResonances.xml
├── SettingsScheme.xml
├── SimpleShowers.xml
├── SpacelikeShowers.xml
├── StandardModelParameters.xml
├── SUSYLesHouchesAccord.xml
├── SUSYProcesses.xml
├── TimelikeShowers.xml
├── TopProcesses.xml
├── TotalCrossSections.xml
├── Tunes.xml
├── UMEPSMerging.xml
├── UpdateHistory.xml
├── UserHooks.xml
├── Variations.xml
├── Version.xml
├── VertexInformation.xml
├── WeakShowers.xml
└── Welcome.xml
14 directories, 651 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment