#include <volumeHandle.h>
Public Member Functions | |
bool | operator() (double phi1, double phi2) const |
Definition at line 227 of file volumeHandle.h.
bool MagGeoBuilderFromDDD::LessDPhi::operator() | ( | double | phi1, |
double | phi2 | ||
) | const [inline] |
Definition at line 228 of file volumeHandle.h.
{ // handle periodicity return ((Geom::Phi<float>(phi2)-Geom::Phi<float>(phi1))>0.); }