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

Constructor & Destructor Documentation

MuonShowerInformationFiller::LessPhi::LessPhi ( )
inline

Definition at line 151 of file MuonShowerInformationFiller.h.

Member Function Documentation

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

Definition at line 152 of file MuonShowerInformationFiller.h.

153  {
154  return (lhs->globalPosition().barePhi() < rhs->globalPosition().barePhi());
155  }

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::LessPhi::thePoint

Definition at line 156 of file MuonShowerInformationFiller.h.