siscone::Carea Class Reference class for the computation of jet areas. More...
Inheritance diagram for siscone::Carea:
Collaboration diagram for siscone::Carea:
Detailed Descriptionclass for the computation of jet areas. This is the class user should use whenever you want to compute the jet area (passive and active). . It uses the SISCone algorithm to perform the jet analysis. Constructor & Destructor Documentation◆ Carea()
default ctor Definition at line 88 of file area.cpp. References grid_eta_max, grid_shift, grid_size, pt_shift, pt_soft, and pt_soft_min. ◆ ~Carea()Member Function Documentation◆ compute_active_areas()
compute the jet active areas from a given particle set. The parameters of this method are the ones which control the jet clustering alghorithn. Note that the pt_min is not allowed here soince the jet-area determination involves soft particles/jets and thus is used internally. See compute_areas for paramters definition.
Definition at line 291 of file area.cpp. References siscone::Csiscone::compute_jets(), grid_eta_max, grid_shift, grid_size, jet_areas, siscone::Csplit_merge::jets, siscone::Csplit_merge::n, pt_shift, pt_soft, pt_soft_min, siscone::Csplit_merge::SM_var2_hardest_cut_off, and twopi. ◆ compute_areas()
compute the jet areas from a given particle set. The parameters of this method are the ones which control the jet clustering alghorithn. Note that the pt_min is not allowed here soince the jet-area determination involves soft particles/jets and thus is used internally.
Definition at line 125 of file area.cpp. References siscone::Csiscone::compute_jets(), grid_eta_max, grid_shift, grid_size, jet_areas, siscone::Csplit_merge::jets, siscone::Csplit_merge::n, pt_shift, pt_soft, pt_soft_min, siscone::Csiscone::recompute_jets(), siscone::Csplit_merge::SM_var2_hardest_cut_off, and twopi. ◆ compute_passive_areas()
compute the jet passive areas from a given particle set. The parameters of this method are the ones which control the jet clustering alghorithn. Note that the pt_min is not allowed here soince the jet-area determination involves soft particles/jets and thus is used internally. See compute_areas for paramters definition. Definition at line 217 of file area.cpp. References siscone::Csiscone::compute_jets(), grid_eta_max, grid_shift, grid_size, jet_areas, siscone::Csplit_merge::jets, siscone::Csplit_merge::n, pt_shift, pt_soft, pt_soft_min, siscone::Csplit_merge::stable_cone_soft_pt2_cutoff, and twopi. Member Data Documentation◆ grid_eta_max
maximal value of eta we add soft particles on Definition at line 127 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ grid_shift
fractional (random) displacement of the points om the grid Definition at line 128 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ grid_size
size of the grid we add soft particles on (N_soft=(grid_size^2)) Definition at line 126 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ jet_areas
jets with their areas Definition at line 135 of file area.h. Referenced by compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ pt_shift
amplitude of the pt random shift Definition at line 131 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ pt_soft
pt of the soft particles added Definition at line 130 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). ◆ pt_soft_min
pt_min used in SM to compute passive areas Definition at line 132 of file area.h. Referenced by Carea(), compute_active_areas(), compute_areas(), and compute_passive_areas(). 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 |