#include <DynamicNearestNeighbours.hh>
Public Member Functions | |
| EtaPhi () | |
| EtaPhi (double a, double b) | |
| void | sanitize () |
| put things into the desired range. | |
Public Attributes | |
| double | first |
| double | second |
Definition at line 49 of file DynamicNearestNeighbours.hh.
| fastjet::EtaPhi::EtaPhi | ( | ) | [inline] |
| fastjet::EtaPhi::EtaPhi | ( | double | a, | |
| double | b | |||
| ) | [inline] |
| void fastjet::EtaPhi::sanitize | ( | ) | [inline] |
| double fastjet::EtaPhi::first |
Definition at line 51 of file DynamicNearestNeighbours.hh.
Referenced by fastjet::Dnn4piCylinder::_remap_phi(), fastjet::Dnn3piCylinder::_remap_phi(), and fastjet::Dnn2piCylinder::_remap_phi().
| double fastjet::EtaPhi::second |
Definition at line 51 of file DynamicNearestNeighbours.hh.
Referenced by fastjet::Dnn4piCylinder::_remap_phi(), fastjet::Dnn3piCylinder::_remap_phi(), and fastjet::Dnn2piCylinder::_remap_phi().
1.5.2