Public Member Functions |
Static Public Member Functions |
Public Attributes |
Static Public Attributes |
List of all members
siscone::Csiscone Class Reference final class: gather everything to compute the jet contents. More...
Inheritance diagram for siscone::Csiscone:
Collaboration diagram for siscone::Csiscone:
Detailed Descriptionfinal class: gather everything to compute the jet contents. This is the class user should use. It computes the jet contents of a list of particles given a cone radius and a threshold for splitting/merging. After the call to 'perform', the vector jets is filled with the jets found. the 'contents' field of each jets contains the indices of the particles included in that jet. Constructor & Destructor Documentation◆ Csiscone()
default ctor Definition at line 51 of file siscone.cpp. ◆ ~Csiscone()
default dtor Definition at line 57 of file siscone.cpp. Member Function Documentation◆ banner_stream()
◆ compute_jets()
compute the jets from a given particle set. We are doing multiple passes such pass n_pass looks for jets among all particles not put into jets during previous passes. By default the number of passes is infinite (0).
Definition at line 79 of file siscone.cpp. References siscone::Csplit_merge::add_protocones(), siscone::Cstable_cones::get_stable_cones(), siscone::Cstable_cones::init(), siscone::Csplit_merge::init_particles(), siscone::Csplit_merge::n_left, siscone::Csplit_merge::p_uncol_hard, siscone::Csplit_merge::partial_clear(), siscone::Csplit_merge::perform(), siscone::Cstable_cones::protocones, protocones_list, siscone::Csplit_merge::ptcomparison, siscone::Cstable_cones::R2, and siscone::Csplit_merge_ptcomparison::split_merge_scale. Referenced by siscone::Carea::compute_active_areas(), siscone::Carea::compute_areas(), and siscone::Carea::compute_passive_areas(). ◆ compute_jets_progressive_removal()
compute the jets from a given particle set. We are doing multiple passes such pass n_pass looks for jets among all particles not put into jets during previous passes. By default the number of passes is infinite (0).
Note that the Csplit_merge::SM_var2_hardest_cut_off cut is not used in the progressive removal variant.
Definition at line 156 of file siscone.cpp. References siscone::Csplit_merge::add_hardest_protocone_to_jets(), siscone::Cstable_cones::get_stable_cones(), siscone::Cstable_cones::init(), siscone::Csplit_merge::init_particles(), siscone::Csplit_merge::jets, siscone::Csplit_merge::n_left, siscone::Csplit_merge::p_uncol_hard, siscone::Csplit_merge::partial_clear(), siscone::Cstable_cones::protocones, protocones_list, siscone::Csplit_merge::ptcomparison, siscone::Cstable_cones::R2, and siscone::Csplit_merge_ptcomparison::split_merge_scale. ◆ recompute_jets()
recompute the jets with a different overlap parameter. we use the same particles and R as in the preceeding call.
Definition at line 216 of file siscone.cpp. References siscone::Csplit_merge::add_protocones(), siscone::Csplit_merge::init_pleft(), siscone::Csplit_merge::partial_clear(), siscone::Csplit_merge::perform(), protocones_list, siscone::Csplit_merge::ptcomparison, siscone::Cstable_cones::R2, and siscone::Csplit_merge_ptcomparison::split_merge_scale. Referenced by siscone::Carea::compute_areas(). ◆ set_banner_stream()
A call to this function modifies the stream used to print banners (by default cout). Please note that if you distribute 3rd party code that links with SISCone, that 3rd party code must not use this call turn off the printing of thw banner by default. This requirement reflects the spirit of clause 2c of the GNU Public License (v2), under which SISCone is distributed. Member Data Documentation◆ init_done
◆ protocones_list
list of protocones found pass-by-pass (not filled by compute_jets_progressive_removal) Definition at line 117 of file siscone.h. Referenced by compute_jets(), compute_jets_progressive_removal(), and recompute_jets(). The documentation for this class was generated from the following files:
The SISCone project has been developed by Gavin Salam and Gregory Soyez Documentation generated on Tue Jun 20 2023 18:08:37 for SISCone by Doxygen 1.9.4 |