CMS 3D CMS Logo

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 161 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

◆ LessPhi()

MuonShowerInformationFiller::LessPhi::LessPhi ( )
inline

Definition at line 162 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

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

Definition at line 163 of file MuonShowerInformationFiller.h.

164  {
165  return (lhs->globalPosition().barePhi() < rhs->globalPosition().barePhi());
166  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessPhi::thePoint

Definition at line 167 of file MuonShowerInformationFiller.h.