FastJet 3.4.1
Public Attributes | List of all members
fastjet::ClusterSequence::history_element Struct Reference

a single element in the clustering history More...

#include <fastjet/ClusterSequence.hh>

Public Attributes

int parent1
 index in _history where first parent of this jet was created (InexistentParent if this jet is an original particle) More...
 
int parent2
 index in _history where second parent of this jet was created (InexistentParent if this jet is an original particle); BeamJet if this history entry just labels the fact that the jet has recombined with the beam) More...
 
int child
 index in _history where the current jet is More...
 
int jetp_index
 index in the _jets vector where we will find the PseudoJet object corresponding to this jet (i.e. More...
 
double dij
 the distance corresponding to the recombination at this stage of the clustering. More...
 
double max_dij_so_far
 the largest recombination distance seen so far in the clustering history. More...
 

Detailed Description

a single element in the clustering history

(see vector _history below).

Definition at line 433 of file ClusterSequence.hh.

Member Data Documentation

◆ parent1

int fastjet::ClusterSequence::history_element::parent1

index in _history where first parent of this jet was created (InexistentParent if this jet is an original particle)

Definition at line 437 of file ClusterSequence.hh.

◆ parent2

int fastjet::ClusterSequence::history_element::parent2

index in _history where second parent of this jet was created (InexistentParent if this jet is an original particle); BeamJet if this history entry just labels the fact that the jet has recombined with the beam)

Definition at line 444 of file ClusterSequence.hh.

◆ child

int fastjet::ClusterSequence::history_element::child

index in _history where the current jet is

recombined with another jet to form its child. It is Invalid if this jet does not further recombine.

Definition at line 450 of file ClusterSequence.hh.

◆ jetp_index

int fastjet::ClusterSequence::history_element::jetp_index

index in the _jets vector where we will find the PseudoJet object corresponding to this jet (i.e.

the jet created at this entry of the history). NB: if this element of the history corresponds to a beam recombination, then jetp_index=Invalid.

Definition at line 458 of file ClusterSequence.hh.

◆ dij

double fastjet::ClusterSequence::history_element::dij

the distance corresponding to the recombination at this stage of the clustering.

Definition at line 462 of file ClusterSequence.hh.

◆ max_dij_so_far

double fastjet::ClusterSequence::history_element::max_dij_so_far

the largest recombination distance seen so far in the clustering history.

Definition at line 466 of file ClusterSequence.hh.


The documentation for this struct was generated from the following file: