fastjet 2.4.3
|
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.
EtaPhi::EtaPhi | ( | ) | [inline] |
Definition at line 52 of file DynamicNearestNeighbours.hh.
{}
EtaPhi::EtaPhi | ( | double | a, |
double | b | ||
) | [inline] |
void EtaPhi::sanitize | ( | ) | [inline] |
double EtaPhi::first |
Definition at line 51 of file DynamicNearestNeighbours.hh.
Referenced by Dnn4piCylinder::_remap_phi(), Dnn3piCylinder::_remap_phi(), Dnn2piCylinder::_remap_phi(), and EtaPhi().
double EtaPhi::second |
Definition at line 51 of file DynamicNearestNeighbours.hh.
Referenced by Dnn2piCylinder::_CreateNecessaryMirrorPoints(), Dnn3piCylinder::_RegisterCylinderPoint(), Dnn4piCylinder::_remap_phi(), Dnn3piCylinder::_remap_phi(), Dnn2piCylinder::_remap_phi(), EtaPhi(), and sanitize().