CMS 3D CMS Logo

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

Public Member Functions

 LessPhi ()
 
bool operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &lhs, const MuonTransientTrackingRecHit::MuonRecHitPointer &rhs) const
 

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 151 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

MuonShowerInformationFiller::LessPhi::LessPhi ( )
inline

Definition at line 152 of file MuonShowerInformationFiller.h.

Member Function Documentation

bool MuonShowerInformationFiller::LessPhi::operator() ( const MuonTransientTrackingRecHit::MuonRecHitPointer lhs,
const MuonTransientTrackingRecHit::MuonRecHitPointer rhs 
) const
inline

Definition at line 153 of file MuonShowerInformationFiller.h.

154  {
155  return (lhs->globalPosition().phi() < rhs->globalPosition().phi());
156  }

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::LessPhi::thePoint

Definition at line 157 of file MuonShowerInformationFiller.h.