CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
PhiLess Class Reference

#include <PhiLess.h>

Inheritance diagram for PhiLess:

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().

14  {
15  return Geom::phiLess(a,b);
16  }
bool phiLess(float phi1, float phi2)
Definition: VectorUtil.h:23
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121