FRITIOF


Fritiof was obtained via anonymous ftp from thep.lu.se, directory pub/LundPrograms/Fritiof7.02.

For convenience of the CERNLIB installation procedures, FRITIOF was converted to a PATCHY CAR and CMZ binary file. These files contain FRITIOF, ARIADNE, PYTHIA and JETSET. FRITIOF and ARIADNE were obtained from the directory pub/LundPrograms/Fritiof7.02, whereas PYTHIA and JETSET were obtained from pub/LundPrograms. Note that these versions are INCOMPATIBLE with those in the normal CERNLIB JETSET/PYTHIA distribution.


FORTRAN files you need to run fritiof version 7:
  1. fritiof_702.f
  2. ariadne_402r.f
  3. (pythia_55.f)
  4. (jetset_73.f)
The Ariadne_402r program has been 'customized' for Fritiof, while 3) and 4) are the standard versions. If you do not have JETSET or PYTHIA, please look for them in the Lund PUB domain.

A program manual is provided as a LaTeX file in fr7man.tex


You will need to create your own main program and link it to the four FORTRAN subroutine packages. A simplest main for the purpose of testing the installation can be like:

        PROGRAM FR7_TEST
C..To be linked with fritiof_702.o ariadne_402r.o pythia_55.o jetset_73.o 
        CALL FRSAMPLE
	END
If successful, executing this main will produce some meaningful output in a file 'test.out'.

It is recommended that you keep the four FORTRAN packages (fritiof, ariadne, jetset, pythia) as SEPARATE files and compile them separately into object files or archives. This will make the replacement easier when one of the packages (most likely Fritiof) needs to be replaced.


CERN Program Library