siscone::Csplit_merge::Cuser_scale_base Class Referenceabstract base class for user-defined ordering of stable cones More...
Detailed Descriptionbase class for user-defined ordering of stable cones derived classes have to implement the () operator that returns the scale associated with a given jet. Definition at line 250 of file split_merge.h. Constructor & Destructor Documentation◆ ~Cuser_scale_base()
empty virtual dtor Definition at line 253 of file split_merge.h. Member Function Documentation◆ is_larger()
returns true when the scale associated with jet a is larger than the scale associated with jet b By default this does a simple direct comparison but it can be overloaded for higher precision [recommended if possible] This function assumes that a.sm_var2 and b.sm_var2 have been correctly initialised with the signed squared output of operator(), as is by default the case when is_larger is called from within siscone. Definition at line 271 of file split_merge.h. References siscone::Cjet::sm_var2. Referenced by siscone::Csplit_merge::add_hardest_protocone_to_jets(). ◆ operator()()
the scale associated with a given jet "progressive removal" iteratively removes the stable cone with the largest scale The documentation for this class was generated from the following file:
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 |