----------------------------------------------------------------------
FastJet
-------

The FastJet package, written by Matteo Cacciari and Gavin Salam,
provides a fast implementation of the longitudinally invariant kt jet
finder and the inclusive longitudinally invariant version of the
Cmabridge/Aachen jet-finder.

The implementation is based on the geometrical methods described in
Phys. Lett. B 641 (2006) 57 [hep-ph/0512210].

Installation instructions are provided in the INSTALL file.

Note that to benefit from NlnN implementation of the kt jet finder you
will need to download CGAL, from http://www.cgal.org/ and compile it
before compiling the fastjet library. The NlnN implementation of the
Cambridge/Aachen jet-finder is independent of CGAL.

Automatic documentation can be generated by running the doxygen command 
(if not installed on your system see www.doxygen.org) in the main 
directory. It will  create the html/ and latex/ directories containing 
detailed technical documentation.

Directory structure
-------------------

doc/		Documentation
src/		the .cc files for the FastJet library
include/	the include (.hh) files for the FastJet library
lib/            destination for the libfastjet.a library
example/        contains some example programs
example/data/   contains some files with data for events

----------------------------------------------------------------------
Known bugs
----------

See the fastjet web page, http://www.lpthe.jussieu.fr/~salam/fastjet/
and associated links.
