Changes between Version 10 and Version 11 of WorkBook/Pythia8
- Timestamp:
- Jun 5, 2018, 7:50:53 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/Pythia8
v10 v11 5 5 6 6 {{{ 7 8 wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8219.tgz 9 tar xzvf pythia8219.tgz 10 cd pythia8219 7 wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8235.tgz 8 tar xzvf pythia8235.tgz 9 cd pythia8235 11 10 ./configure --prefix=path_to_PYTHIA8_installation 12 11 make 13 12 }}} 14 15 13 16 14 Second, define an environment variable for the path to your PYTHIA installation directory … … 55 53 ./DelphesPythia8 cards/delphes_card_CMS.tcl examples/Pythia8/configLHE.cmnd delphes_lhe.root 56 54 }}} 57 58 59 60 61 62 63 64