CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MuonShowerInformationFiller::LessDPhi Struct Reference

Public Member Functions

 LessDPhi (const GlobalPoint &point)
 
bool operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &lhs, const MuonTransientTrackingRecHit::MuonRecHitPointer &rhs) const
 

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 126 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

MuonShowerInformationFiller::LessDPhi::LessDPhi ( const GlobalPoint point)
inline

Definition at line 127 of file MuonShowerInformationFiller.h.

Member Function Documentation

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

Definition at line 128 of file MuonShowerInformationFiller.h.

References SiPixelRawToDigiRegional_cfi::deltaPhi.

129  {
130  return deltaPhi(lhs->globalPosition().barePhi(), thePoint.barePhi()) <
131  deltaPhi(rhs->globalPosition().barePhi(), thePoint.barePhi());
132  }
T barePhi() const
Definition: PV3DBase.h:65

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::LessDPhi::thePoint

Definition at line 133 of file MuonShowerInformationFiller.h.