CMS 3D CMS Logo

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

Public Member Functions

 AbsLessDTheta (const GlobalPoint &point)
 
bool operator() (const TransientTrackingRecHit::ConstRecHitPointer &lhs, const TransientTrackingRecHit::ConstRecHitPointer &rhs) const
 

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 146 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

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

Member Function Documentation

bool MuonShowerInformationFiller::AbsLessDTheta::operator() ( const TransientTrackingRecHit::ConstRecHitPointer lhs,
const TransientTrackingRecHit::ConstRecHitPointer rhs 
) const
inline

Definition at line 148 of file MuonShowerInformationFiller.h.

149  {
150  return (fabs(lhs->globalPosition().bareTheta() - thePoint.bareTheta()) <
151  fabs(rhs->globalPosition().bareTheta() - thePoint.bareTheta()));
152  }
T bareTheta() const
Definition: PV3DBase.h:71

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::AbsLessDTheta::thePoint

Definition at line 153 of file MuonShowerInformationFiller.h.