FastJet  3.1.0-beta.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
03 - using plugins

fastjet plugins example program: we illustrate the plugin usage here, we use the SISCone plugin though different choices are possible see the output of 'fastjet-config –list-plugins' for more details

Note that when using plugins, the code needs to be linked against the libfastjetplugins library (with the default monolithic build. For non-monolithic build, individual libraries have to be used for each plugin). This is ensured in practice by calling fastjet-config –libs –plugins

run it with : ./03-plugin < data/single-event.dat

Source code: 03-plugin.cc