CMS 3D CMS Logo

Public Member Functions

PhiLess Class Reference

#include <PhiLess.h>

Inheritance diagram for PhiLess:
binary_function

List of all members.

Public Member Functions

bool operator() (float a, float b) const

Detailed Description

Definition of ordering of azimuthal angles. phi1 is less than phi2 if the angle covered by a point going from phi1 to phi2 in the counterclockwise direction is smaller than pi.

Definition at line 12 of file PhiLess.h.


Member Function Documentation

bool PhiLess::operator() ( float  a,
float  b 
) const [inline]

Definition at line 14 of file PhiLess.h.

References Geom::phiLess().

                                           {
    return Geom::phiLess(a,b);
  }