CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 160 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

MuonShowerInformationFiller::LessPerp::LessPerp ( )
inline

Definition at line 161 of file MuonShowerInformationFiller.h.

Member Function Documentation

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

Definition at line 162 of file MuonShowerInformationFiller.h.

163  {
164  return (lhs->globalPosition().perp() < rhs->globalPosition().perp());
165  }

Member Data Documentation

GlobalPoint MuonShowerInformationFiller::LessPerp::thePoint

Definition at line 166 of file MuonShowerInformationFiller.h.