CMS 3D CMS Logo

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

Public Member Functions

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

Public Attributes

GlobalPoint thePoint
 

Detailed Description

Definition at line 179 of file MuonShowerInformationFiller.h.

Constructor & Destructor Documentation

◆ LessAbsMag()

MuonShowerInformationFiller::LessAbsMag::LessAbsMag ( )
inline

Definition at line 180 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

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

Definition at line 181 of file MuonShowerInformationFiller.h.

182  {
183  return (lhs->globalPosition().mag() < rhs->globalPosition().mag());
184  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessAbsMag::thePoint

Definition at line 185 of file MuonShowerInformationFiller.h.