fastjet 2.4.5
|
since sets of three objects will crop up repeatedly, useful to have a triplet class? More...
Public Member Functions | |
const T & | operator[] (unsigned int i) const |
T & | operator[] (unsigned int i) |
Private Attributes | |
T | _contents [_nshift] |
since sets of three objects will crop up repeatedly, useful to have a triplet class?
Definition at line 109 of file ClosestPair2D.hh.
const T& fastjet::ClosestPair2D::triplet< T >::operator[] | ( | unsigned int | i | ) | const [inline] |
Definition at line 111 of file ClosestPair2D.hh.
{return _contents[i];};
T& fastjet::ClosestPair2D::triplet< T >::operator[] | ( | unsigned int | i | ) | [inline] |
Definition at line 112 of file ClosestPair2D.hh.
{return _contents[i];};
T fastjet::ClosestPair2D::triplet< T >::_contents[_nshift] [private] |
Definition at line 112 of file ClosestPair2D.hh.