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::AbsLessDTheta Struct Reference

Public Member Functions

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

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 144 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 146 of file MuonShowerInformationFiller.h.

References PV3DBase< T, PVType, FrameType >::phi(), and thePoint.

147  {
148  return ( fabs(lhs->globalPosition().phi() - thePoint.phi()) < fabs(rhs->globalPosition().phi() - thePoint.phi()) );
149  }
Geom::Phi< T > phi() const
Definition: PV3DBase.h:63

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::AbsLessDTheta::thePoint

Definition at line 151 of file MuonShowerInformationFiller.h.

Referenced by operator()().