Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

fastjet::ClusterSequence::history_element Struct Reference

a single element in the clustering history (see vector _history below). More...

#include <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
 PseudoJet object corresponding to this jet (i.e.
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 206 of file ClusterSequence.hh.


Member Data Documentation

int fastjet::ClusterSequence::history_element::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)

Definition at line 217 of file ClusterSequence.hh.

Referenced by fastjet::ClusterSequence::_add_step_to_history(), and fastjet::ClusterSequence::_fill_initial_history().

double fastjet::ClusterSequence::history_element::dij
 

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

Referenced by fastjet::ClusterSequence::_add_step_to_history(), fastjet::ClusterSequence::_fill_initial_history(), and main().

int fastjet::ClusterSequence::history_element::jetp_index
 

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

Referenced by fastjet::ClusterSequence::_add_step_to_history(), and fastjet::ClusterSequence::_fill_initial_history().

double fastjet::ClusterSequence::history_element::max_dij_so_far
 

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

Definition at line 232 of file ClusterSequence.hh.

Referenced by fastjet::ClusterSequence::_add_step_to_history(), and fastjet::ClusterSequence::_fill_initial_history().

int fastjet::ClusterSequence::history_element::parent1
 

Definition at line 207 of file ClusterSequence.hh.

Referenced by fastjet::ClusterSequence::_add_step_to_history(), fastjet::ClusterSequence::_fill_initial_history(), and main().

int fastjet::ClusterSequence::history_element::parent2
 

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

Definition at line 211 of file ClusterSequence.hh.

Referenced by fastjet::ClusterSequence::_add_step_to_history(), fastjet::ClusterSequence::_fill_initial_history(), and main().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 2 20:58:17 2007 for fastjet by  doxygen 1.4.2