siscone::Csplit_merge_ptcomparison Class Reference comparison of jets for split–merge ordering More...
Detailed Descriptioncomparison of jets for split–merge ordering a class that allows us to carry out comparisons of pt of jets, using information from exact particle contents where necessary. Definition at line 116 of file split_merge.h. Constructor & Destructor Documentation◆ Csplit_merge_ptcomparison()
default ctor Definition at line 119 of file split_merge.h. Member Function Documentation◆ get_difference()
get the difference between 2 jets, calculated such that rounding errors will not affect the result even if the two jets have almost the same content (so that the difference is below the rounding errors)
Definition at line 179 of file split_merge.cpp. References siscone::Cjet::contents, and siscone::Cjet::n. Referenced by operator()(). ◆ operator()()comparison between 2 jets Definition at line 94 of file split_merge.cpp. References siscone::Cmomentum::E, EPSILON_SPLITMERGE, get_difference(), siscone::Cmomentum::perp2(), siscone::Cjet::pt_tilde, siscone::Cmomentum::px, siscone::Cmomentum::py, siscone::Cmomentum::pz, siscone::Cmomentum::ref, SM_scale_name(), siscone::Cjet::sm_var2, split_merge_scale, and siscone::Cjet::v. ◆ SM_scale_name()
return the name corresponding to the SM scale variable Definition at line 123 of file split_merge.h. References split_merge_scale. Referenced by operator()(). Member Data Documentation◆ particles
pointer to the list of particles Definition at line 126 of file split_merge.h. Referenced by siscone::Csplit_merge::Csplit_merge(), and siscone::Csplit_merge::init_particles(). ◆ pt
pointer to the pt of the particles Definition at line 127 of file split_merge.h. Referenced by siscone::Csplit_merge::Csplit_merge(), and siscone::Csplit_merge::init_particles(). ◆ split_merge_scale
the following parameter controls the variable we're using for the split-merge process i.e. the variable we use for
using pt leads to some IR unsafety when we have two jets, e.g. back-to-back, with the same pt. In that case, their ordering in pt is random and can be affected by the addition of a soft particle. Hence, we highly recommand to keep this to the default value i.e. to use pt only for the purpose of investigating the IR issue
Definition at line 163 of file split_merge.h. Referenced by siscone::Csiscone::compute_jets(), siscone::Csiscone::compute_jets_progressive_removal(), operator()(), siscone::Csiscone::recompute_jets(), and SM_scale_name(). 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 |