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

Constructor & Destructor Documentation

◆ LessPerp()

MuonShowerInformationFiller::LessPerp::LessPerp ( )
inline

Definition at line 171 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

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

Definition at line 172 of file MuonShowerInformationFiller.h.

173  {
174  return (lhs->globalPosition().perp() < rhs->globalPosition().perp());
175  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessPerp::thePoint

Definition at line 176 of file MuonShowerInformationFiller.h.