CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
RecHitsSortedInPhi::HitLessPhi Struct Reference

#include <RecHitsSortedInPhi.h>

Public Member Functions

bool operator() (const HitWithPhi &a, const HitWithPhi &b)
 

Detailed Description

Definition at line 30 of file RecHitsSortedInPhi.h.

Member Function Documentation

bool RecHitsSortedInPhi::HitLessPhi::operator() ( const HitWithPhi a,
const HitWithPhi b 
)
inline

Definition at line 31 of file RecHitsSortedInPhi.h.

References RecHitsSortedInPhi::HitWithPhi::phi().

31 { return a.phi() < b.phi(); }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121