Skip to content

Instantly share code, notes, and snippets.

@velicanu
Last active March 10, 2017 17:49
Show Gist options
  • Save velicanu/19e54c2610df5ae2a5c7c4fa17c8d255 to your computer and use it in GitHub Desktop.
Save velicanu/19e54c2610df5ae2a5c7c4fa17c8d255 to your computer and use it in GitHub Desktop.
git clone git@github.com:amajumder/JETSCAPE-COMP.git
cd JETSCAPE-COMP/
git checkout demo_2017_03_10
#add Pythia, only needed for runPythia part of example
cd external_packages
wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8223.tgz
tar -xvf pythia8223.tgz
mv pythia8223 pythia
cd pythia
./configure
make # making pythia here
cd ../..
make # making jetscape test macros here
./test/test_JetscapeEvent.exe
./test/test_readJS.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment