fastjet 2.4.3
|
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 NNH< BJ, I >::NNBJ::index | ( | ) | const [inline] |
Definition at line 169 of file NNH.hh.
References NNH< BJ, I >::NNBJ::_index.
Referenced by NNH< BJ, I >::dij_min(), NNH< BJ, I >::merge_jets(), NNH< BJ, I >::NNBJ::other_init(), and NNH< BJ, I >::remove_jet().
{return _index;}
void NNH< BJ, I >::NNBJ::init | ( | const PseudoJet & | jet, |
int | index, | ||
I * | info | ||
) | [inline] |
Definition at line 160 of file NNH.hh.
References NNH< BJ, I >::NNBJ::init(), and NNH< BJ, I >::NNBJ::other_init().
{ BJ::init(jet, info); other_init(index); }
void NNH< BJ, I >::NNBJ::init | ( | const PseudoJet & | jet, |
int | index | ||
) | [inline] |
Definition at line 156 of file NNH.hh.
References NNH< BJ, I >::NNBJ::other_init().
Referenced by NNH< BJ, I >::NNBJ::init().
{ BJ::init(jet); other_init(index); }
void NNH< BJ, I >::NNBJ::other_init | ( | int | index | ) | [inline] |
Definition at line 164 of file NNH.hh.
References NNH< BJ, I >::NNBJ::_index, NNH< BJ, I >::NNBJ::index(), NNH< BJ, I >::NNBJ::NN, and NNH< BJ, I >::NNBJ::NN_dist.
Referenced by NNH< BJ, I >::NNBJ::init().
int NNH< BJ, I >::NNBJ::_index [private] |
Definition at line 175 of file NNH.hh.
Referenced by NNH< BJ, I >::NNBJ::index(), and NNH< BJ, I >::NNBJ::other_init().
Definition at line 172 of file NNH.hh.
Referenced by NNH< BJ, I >::dij_min(), NNH< BJ, I >::merge_jets(), NNH< BJ, I >::NNBJ::other_init(), NNH< BJ, I >::set_NN_crosscheck(), and NNH< BJ, I >::set_NN_nocross().
double NNH< BJ, I >::NNBJ::NN_dist |
Definition at line 171 of file NNH.hh.
Referenced by NNH< BJ, I >::merge_jets(), NNH< BJ, I >::NNBJ::other_init(), NNH< BJ, I >::set_NN_crosscheck(), and NNH< BJ, I >::set_NN_nocross().