CMS 3D CMS Logo

Public Member Functions | Public Attributes

MuonShowerInformationFiller::LessPerp Struct Reference

List of all members.

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.

: thePoint(0,0,0) {}

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.

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

Member Data Documentation

Definition at line 166 of file MuonShowerInformationFiller.h.