--
GavinKirby - 2010-09-29
This page documents the use of Pythia to generate ttH (Higgs-strahlung from top/tbar) events.
The code consists primarily of three files, in addition to the .params file which specifies the run parameters. These files are:
- src/tth.f -- the main Fortran source code,
- inc/tth.inc -- contains variable declarations
- inc/tth_inl.inc -- containing inline functions
The script test/linktth is used to compile the code
A run may be initiated in the test area by using the command
./tthsf < v[number].params > [output logfile]
for a given parameters file.
Pythia Code
tth.f
tth.inc
tth_inl.inc