
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 |
Definition at line 154 of file NNH.hh.
| 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().
00169 {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.
00160 { 00161 BJ::init(jet, info); 00162 other_init(index); 00163 }
| void fastjet::NNH< BJ, I >::NNBJ::init | ( | const PseudoJet & | jet, | |
| int | index | |||
| ) | [inline] |
Definition at line 156 of file NNH.hh.
00156 { 00157 BJ::init(jet); 00158 other_init(index); 00159 }
| 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 >::dij_min(), fastjet::NNH< BJ, I >::merge_jets(), fastjet::NNH< BJ, I >::set_NN_crosscheck(), and fastjet::NNH< BJ, I >::set_NN_nocross().
1.5.7.1