fastjet 2.4.5
|
a class that wraps around the BJ, supplementing it with extra information such as pointers to neighbours, etc. More...
Public Member Functions | |
void | init (const PseudoJet &jet, int index) |
void | init (const PseudoJet &jet, int index, I *info) |
void | other_init (int index) |
int | index () const |
Public Attributes | |
double | NN_dist |
NNBJ * | NN |
Private Attributes | |
int | _index |
a class that wraps around the BJ, supplementing it with extra information such as pointers to neighbours, etc.
int fastjet::NNH< BJ, I >::NNBJ::index | ( | ) | const [inline] |
Definition at line 169 of file NNH.hh.
Referenced by fastjet::NNH< BJ, I >::dij_min(), fastjet::NNH< BJ, I >::merge_jets(), and fastjet::NNH< BJ, I >::remove_jet().
{return _index;}
void fastjet::NNH< BJ, I >::NNBJ::init | ( | const PseudoJet & | jet, |
int | index, | ||
I * | info | ||
) | [inline] |
Definition at line 160 of file NNH.hh.
{ BJ::init(jet, info); other_init(index); }
void fastjet::NNH< BJ, I >::NNBJ::init | ( | const PseudoJet & | jet, |
int | index | ||
) | [inline] |
Definition at line 156 of file NNH.hh.
{ BJ::init(jet); other_init(index); }
void fastjet::NNH< BJ, I >::NNBJ::other_init | ( | int | index | ) | [inline] |
int fastjet::NNH< BJ, I >::NNBJ::_index [private] |
NNBJ* fastjet::NNH< BJ, I >::NNBJ::NN |
Definition at line 172 of file NNH.hh.
Referenced by fastjet::NNH< BJ, I >::dij_min(), fastjet::NNH< BJ, I >::merge_jets(), fastjet::NNH< BJ, I >::set_NN_crosscheck(), and fastjet::NNH< BJ, I >::set_NN_nocross().
double fastjet::NNH< BJ, I >::NNBJ::NN_dist |
Definition at line 171 of file NNH.hh.
Referenced by fastjet::NNH< BJ, I >::merge_jets(), fastjet::NNH< BJ, I >::set_NN_crosscheck(), and fastjet::NNH< BJ, I >::set_NN_nocross().