1README file for fastjet-X.Y.Z/fortran_wrapper
2---------------------------------------------
3
4This directory provides basic wrappers to fastjet's main pp sequential
5recombination algorithms and to SISCone so as to be able to access them
6from Fortran (or any other prehistoric language).
7
8fastjetfortran.cc
9        the file that does the wrapping
10
11fastjet_fortran_example.f
12        an example showing how to use it from a fortran main
13        (look at the first few lines for compilation and usage)
14
15Makefile.alt
16        for building (outside of the autotools framework)
17
18If you have installed fastjet (and it is in your path), then do
19
20> make -f Makefile.alt
21> ./fastjet_fortran_example < ../example/data/single-event.dat
22
23These wrappers are usually updated on request. If you need features
24that are not available, contact the authors for help.
25