FastJet 3.0.4
Public Attributes
fastjet::ClusterSequence::history_element Struct Reference

a single element in the clustering history More...

#include <fastjet/ClusterSequence.hh>

List of all members.

Public Attributes

int parent1
int parent2
 index in _history where first parent of this jet was created (InexistentParent if this jet is an original particle)
int child
 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)
int jetp_index
 index in _history where the current jet is recombined with another jet to form its child.
double dij
 index in the _jets vector where we will find the
double max_dij_so_far
 the distance corresponding to the recombination at this stage of the clustering.

Detailed Description

a single element in the clustering history

(see vector _history below).

Definition at line 404 of file ClusterSequence.hh.


Member Data Documentation

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 420 of file ClusterSequence.hh.

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 427 of file ClusterSequence.hh.

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

Definition at line 430 of file ClusterSequence.hh.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends