CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 179 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 180 of file MuonShowerInformationFiller.h.

181  {
182  return (lhs->globalPosition().perp() < rhs->globalPosition().perp());
183  }