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

Constructor & Destructor Documentation

◆ LessPhi()

MuonShowerInformationFiller::LessPhi::LessPhi ( )
inline

Definition at line 157 of file MuonShowerInformationFiller.h.

157 : thePoint(0, 0, 0) {}

Member Function Documentation

◆ operator()()

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

Definition at line 158 of file MuonShowerInformationFiller.h.

159  {
160  return (lhs->globalPosition().barePhi() < rhs->globalPosition().barePhi());
161  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessPhi::thePoint

Definition at line 162 of file MuonShowerInformationFiller.h.

MuonShowerInformationFiller::LessPhi::thePoint
GlobalPoint thePoint
Definition: MuonShowerInformationFiller.h:162