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

Constructor & Destructor Documentation

◆ AbsLessDTheta()

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

Definition at line 149 of file MuonShowerInformationFiller.h.

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

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

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

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::AbsLessDTheta::thePoint

Definition at line 155 of file MuonShowerInformationFiller.h.

Referenced by operator()().