--
SanghyeonSong - 16 Apr 2008
CompHep
CompHep is a Matrix Element Monte Carlo (MC) Generator (MEG) that is required
cernlib.
Installing CompHep
Using Comphep requires installing two packages Comphep and Cpyth. Please download Comphep 4.4.3 and Cpyth-2.0.5 from it's
official website
. They require users to register.
After registering and login, then download source codes.
- comphep-4.4.3.tgz
- cpyth-2.0.5.tgz
STEP 1. Installing Comphep (assuming standard Linux installation. Tested with SLC4)
- tar -xvzf comphep-4.4.3.tgz
- cd comphep-4.4.3
- ./configure
- make
- make setup WDIR=`pwd`/work_area note. do not use '~'(tilde) to point home directory.
Or else you can read INSTALL file in comphep-4.4.3 directory.
It is installed now. To run Comphep do
- Go to comphep-4.4.3 directory. [You are already there if you performed the above steps]
- export COMPHEP= `pwd` or setenv COMPHEP `pwd` [This sets the PATH. You may want to set it in your login script]
- cd work_area [Go to the work directory]
- ./comphep [Start Comphep GUI]
After successfully using CompHep events_N file is created in results directory in working area.
STEP 2. Installing Cpyth (assuming standard Linux installation. Tested with SLC4)
- tar -xvzf cpyth-2.0.5.tgz
- cd cpyth-2.0.5
- ./configure
- make
- make setup WDIR=`pwd`/work_area
Or else you can read INSTALL file in cpyth-2.0.5 directory.
It is installed now. To use Cpyth do
- Go to cpyth-2.0.5 directory. [You are already there if you performed the above steps]
- export CPYTH= `pwd` or setenv CPYTH `pwd` [This sets the PATH. You may want to set it in your login script]
- cd work_area [Go to the work directory]
- ./mix_flows events_N (created by CompHep)