README file for fastjet-X.Y.Z/fortran_wrapper
---------------------------------------------

This directory provides basic wrappers to fastjet's main pp sequential
recombination algorithms and to SISCone so as to be able to access them
from Fortran (or any other prehistoric language).

fastjetfortran.cc
        the file that does the wrapping

fastjet_fortran_example.f
        an example showing how to use it from a fortran main
        (look at the first few lines for compilation and usage)

Makefile.alt
        for building (outside of the autotools framework)

One day, if there is real demand, the authors might consider writing a
more complete set of wrappers.

