siscone is hosted by Hepforge, IPPP Durham

The SISCone Jet Algorithm

Version 3.0.6



SISCone 3.0.6

real Jet information. More...

#include <split_merge.h>

Inheritance diagram for siscone::Cjet:
Collaboration diagram for siscone::Cjet:

Public Member Functions

 Cjet ()
 default ctor More...
 
 ~Cjet ()
 default dtor More...
 

Public Attributes

Cmomentum v
 jet momentum More...
 
double pt_tilde
 p-scheme pt More...
 
int n
 number of particles inside More...
 
std::vector< int > contents
 particle contents (list of indices) More...
 
double sm_var2
 ordering variable used for ordering and overlap in the split–merge. More...
 
Ceta_phi_range range
 covered range in eta-phi More...
 
int pass
 pass at which the jet has been found It starts at 0 (first pass), -1 means infinite rapidity (it will be initialised to "CJET_INEXISTENT_PASS" which should never appear after clustering) More...
 

Detailed Description

real Jet information.

This class contains information for one single jet. That is, first, its momentum carrying information about its centre and pT, and second, its particle contents

Definition at line 54 of file split_merge.h.

Constructor & Destructor Documentation

◆ Cjet()

siscone::Cjet::Cjet ( )

default ctor

Definition at line 51 of file split_merge.cpp.

References n, pass, pt_tilde, sm_var2, and v.

◆ ~Cjet()

siscone::Cjet::~Cjet ( )

default dtor

Definition at line 62 of file split_merge.cpp.

Member Data Documentation

◆ contents

◆ n

◆ pass

int siscone::Cjet::pass

pass at which the jet has been found It starts at 0 (first pass), -1 means infinite rapidity (it will be initialised to "CJET_INEXISTENT_PASS" which should never appear after clustering)

Definition at line 82 of file split_merge.h.

Referenced by Cjet(), and siscone::Cjet_area::Cjet_area().

◆ pt_tilde

◆ range

Ceta_phi_range siscone::Cjet::range

covered range in eta-phi

Definition at line 76 of file split_merge.h.

Referenced by siscone::Csplit_merge::add_hardest_protocone_to_jets(), and siscone::Csplit_merge::add_protocones().

◆ sm_var2

double siscone::Cjet::sm_var2

ordering variable used for ordering and overlap in the split–merge.

This variable is automatically set either to pt_tilde, or to mt or to pt, depending on the siscone parameter. Note that the default behaviour is pt_tilde and that other chices may lead to infrared unsafe situations. Note: we use the square of the varible rather than the variable itself

Definition at line 73 of file split_merge.h.

Referenced by siscone::Csplit_merge::add_hardest_protocone_to_jets(), Cjet(), siscone::Cjet_area::Cjet_area(), siscone::Csplit_merge::Cuser_scale_base::is_larger(), siscone::Csplit_merge_ptcomparison::operator()(), and siscone::Csplit_merge::show().

◆ v


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