fastjet 2.4.5
|
Shortcut for dealing with eta-phi coordinates. More...
#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 |
Shortcut for dealing with eta-phi coordinates.
use a class instead of a pair so that phi can be sanitized and put into proper range on initialization.
Definition at line 49 of file DynamicNearestNeighbours.hh.
fastjet::EtaPhi::EtaPhi | ( | ) | [inline] |
Definition at line 52 of file DynamicNearestNeighbours.hh.
{}
fastjet::EtaPhi::EtaPhi | ( | double | a, |
double | b | ||
) | [inline] |
Definition at line 53 of file DynamicNearestNeighbours.hh.
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::Dnn2piCylinder::_CreateNecessaryMirrorPoints(), fastjet::Dnn3piCylinder::_RegisterCylinderPoint(), fastjet::Dnn4piCylinder::_remap_phi(), fastjet::Dnn3piCylinder::_remap_phi(), and fastjet::Dnn2piCylinder::_remap_phi().