FastJet ContribThe fastjet-contrib space is intended to provide a common location for access to 3rd party extensions of FastJet. Download the current version: fjcontrib-1.100 (released 13 December 2024), which contains these contributions. Changes relative to earlier versions are briefly described in the NEWS file. As of version 1.047, FastJet Contrib requires a C++11 compiler (with g++ this should be at least version 5.1). After downloading and unpacking, enter the fjcontrib-1.100/ directory and then run
./configure [--fastjet-config=FILE] [--prefix=...] [...]
A contribution named "SomeContrib" is usually accessed by including "fastjet/contrib/SomeContrib.hh" in your C++ file, and linking with -lSomeContrib. Developer accessThe process (updated after hepforge update, still under test) for those who wish to develop their own contribution or submit new ones is to use svn to checkout the contrib framework. You will need a hepforge account if you want to commit anything (contact the fjcontrib maintainers with your hepforge username to get write access).
svn checkout https://svn.hepforge.org/fastjetsvn/contrib/trunk fjcontrib
then run a local script to get the current set of individual contribs
cd fjcontrib/ |