Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Line: 12 to 12 | ||||||||
| ||||||||
Changed: | ||||||||
< < | The script test/linktth is used to compile the code | |||||||
> > | The shell script test/linktth is used to compile the code | |||||||
A run may be initiated in the test area by using the command | ||||||||
Changed: | ||||||||
< < | ./tthsf < v[number].params > [output logfile] | |||||||
> > | ./tthsf < [filename].params > [output logfile] | |||||||
for a given parameters file. | ||||||||
Line: 28 to 28 | ||||||||
tth.inc | ||||||||
Added: | ||||||||
> > | This file contains variable declarations for the main program and each of the subroutines in tth.f: error counters, event particle counters and particle indices, as well as logical (Boolean) variables used in the main Fortran code. | |||||||
tth_inl.inc\ No newline at end of file | ||||||||
Added: | ||||||||
> > |
Params FilesRun information is specified in a .params file. The top line of a .params file should look like: 14000D0 5000 10 500 p p In this case, 14000 is the centre of mass energy (in GeV), 5000 is the number of events to generate, 10 is the number of events to printout at the start of the run, 500 is the subsequent printout interval, and "p p" is the initial state appropriate to the LHC. |