CMS 3D CMS Logo

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

Public Member Functions

 LessPerp ()
 
bool operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &lhs, const MuonTransientTrackingRecHit::MuonRecHitPointer &rhs) const
 

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 165 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

◆ LessPerp()

MuonShowerInformationFiller::LessPerp::LessPerp ( )
inline

Definition at line 166 of file MuonShowerInformationFiller.h.

166 : thePoint(0, 0, 0) {}

Member Function Documentation

◆ operator()()

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

Definition at line 167 of file MuonShowerInformationFiller.h.

168  {
169  return (lhs->globalPosition().perp() < rhs->globalPosition().perp());
170  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessPerp::thePoint

Definition at line 171 of file MuonShowerInformationFiller.h.

MuonShowerInformationFiller::LessPerp::thePoint
GlobalPoint thePoint
Definition: MuonShowerInformationFiller.h:171