Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/fjcore.hh>
Public Attributes | |
int | parent1 |
int | parent2 |
index in _history where first parent of this jet | |
int | child |
index in _history where second parent of this jet | |
int | jetp_index |
double | dij |
index in the _jets vector where we will find the | |
double | max_dij_so_far |
Definition at line 1442 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1442 of file fjcore.hh
int ClusterSequence::history_element::child |
index in _history where second parent of this jet
Definition at line 1445 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1445 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), ClusterSequence::_fill_initial_history(), and ClusterSequence::has_partner().
double ClusterSequence::history_element::dij |
index in the _jets vector where we will find the
Definition at line 1450 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1450 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), and ClusterSequence::_fill_initial_history().
int 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 1449 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1449 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), and ClusterSequence::_fill_initial_history().
double ClusterSequence::history_element::max_dij_so_far |
the distance corresponding to the recombination at this stage of the clustering.
Definition at line 1452 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1452 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), ClusterSequence::_fill_initial_history(), and ClusterSequence::get_subhist_set().
int ClusterSequence::history_element::parent1 |
Definition at line 1443 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1443 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), ClusterSequence::_fill_initial_history(), ClusterSequence::get_subhist_set(), ClusterSequence::has_parents(), and ClusterSequence::has_partner().
int ClusterSequence::history_element::parent2 |
index in _history where first parent of this jet
Definition at line 1444 of file fjcore.hh.
View newest version in sPHENIX GitHub at line 1444 of file fjcore.hh
Referenced by ClusterSequence::_add_step_to_history(), ClusterSequence::_fill_initial_history(), ClusterSequence::get_subhist_set(), ClusterSequence::has_parents(), and ClusterSequence::has_partner().