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

Constructor & Destructor Documentation

◆ LessAbsMag()

MuonShowerInformationFiller::LessAbsMag::LessAbsMag ( )
inline

Definition at line 175 of file MuonShowerInformationFiller.h.

175 : thePoint(0, 0, 0) {}

Member Function Documentation

◆ operator()()

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

Definition at line 176 of file MuonShowerInformationFiller.h.

177  {
178  return (lhs->globalPosition().mag() < rhs->globalPosition().mag());
179  }

Member Data Documentation

◆ thePoint

GlobalPoint MuonShowerInformationFiller::LessAbsMag::thePoint

Definition at line 180 of file MuonShowerInformationFiller.h.

MuonShowerInformationFiller::LessAbsMag::thePoint
GlobalPoint thePoint
Definition: MuonShowerInformationFiller.h:180