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

Constructor & Destructor Documentation

◆ AbsLessDTheta()

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

Definition at line 152 of file MuonShowerInformationFiller.h.

152 : thePoint(point) {}
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
Definition: invegas.h:5

Member Function Documentation

◆ operator()()

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

Definition at line 153 of file MuonShowerInformationFiller.h.

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

154  {
155  return (fabs(lhs->globalPosition().bareTheta() - thePoint.bareTheta()) <
156  fabs(rhs->globalPosition().bareTheta() - thePoint.bareTheta()));
157  }
T bareTheta() const
Definition: PV3DBase.h:71

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::AbsLessDTheta::thePoint

Definition at line 158 of file MuonShowerInformationFiller.h.

Referenced by operator()().