Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

pythia-standalone

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Name Last commit Last update
    generation
    README.md

    Jennet's code for running showering in standalone Pythia using main89, taking existing LHE files as input

    In the generation directory: cd generation/pythia8219/ Edit submit.sh to point to the directory where your input LHE files are stored. To run the showering on pdsf: . submit.sh The output will appear in output/

    To edit the Pythia scripts: cd pythia8.219/examples Make desired changes cd pythia8.219/ make clean; make cd examples/ make main89 Remake tarball rm pythia8.219.tar.gz tar -zcvf pythia8.219.tar.gz pythia8.219/

    To run the Pythia's main89 interactively: cd pythia2.819/examples ./main89 <script_name>.cmnd output.dat