File: README

package info (click to toggle)
hepmc 2.06.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 11,524 kB
  • ctags: 1,521
  • sloc: sh: 9,138; cpp: 8,113; ansic: 682; makefile: 240; csh: 6; fortran: 4
file content (18 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
These examples are from pythia8

To build and run the examples:
define PYTHIA8_HOME
check config.csh, config.sh, and GNUmakefile
   edit variables if necessary
source the config file
make
./main31.exe
./main32.exe main32.cmnd hepmcout32.dat

bash: 
export PYTHIA8_HOME=/some/path/to/pythia8xxx
source config.sh 

csh:  
setenv PYTHIA8_HOME /some/path/to/pythia8xxx
source config.csh