31#include "protocones.h"
32#include "split_merge.h"
122#ifdef DEBUG_STABLE_CONES
147 static std::ostream * _banner_ostr;
150 void _initialise_if_needed();
166std::string siscone_package_name();
173std::string siscone_version();
final class: gather everything to compute the jet contents.
std::vector< std::vector< Cmomentum > > protocones_list
list of protocones found pass-by-pass (not filled by compute_jets_progressive_removal)
int compute_jets(std::vector< Cmomentum > &_particles, double _radius, double _f, int _n_pass_max=0, double _ptmin=0.0, Esplit_merge_scale _split_merge_scale=SM_pttilde)
compute the jets from a given particle set.
int recompute_jets(double _f, double _ptmin=0.0, Esplit_merge_scale _split_merge_scale=SM_pttilde)
recompute the jets with a different overlap parameter.
int compute_jets_progressive_removal(std::vector< Cmomentum > &_particles, double _radius, int _n_pass_max=0, double _ptmin=0.0, Esplit_merge_scale _ordering_scale=SM_pttilde)
compute the jets from a given particle set.
static bool init_done
check random generator initialisation
static void set_banner_stream(std::ostream *ostr)
A call to this function modifies the stream used to print banners (by default cout).
static std::ostream * banner_stream()
returns a pointer to the stream to be used to print banners (cout by default)
Class used to split and merge jets.
Computes the list of stable comes from a particle list.
a circulator that is foreseen to take as template member either a pointer or an iterator;