Public Member Functions | |
LessPhi () | |
bool | operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &lhs, const MuonTransientTrackingRecHit::MuonRecHitPointer &rhs) const |
Public Attributes | |
GlobalPoint | thePoint |
Definition at line 151 of file MuonShowerInformationFiller.h.
MuonShowerInformationFiller::LessPhi::LessPhi | ( | ) | [inline] |
Definition at line 152 of file MuonShowerInformationFiller.h.
: thePoint(0,0,0) {}
bool MuonShowerInformationFiller::LessPhi::operator() | ( | const MuonTransientTrackingRecHit::MuonRecHitPointer & | lhs, |
const MuonTransientTrackingRecHit::MuonRecHitPointer & | rhs | ||
) | const [inline] |
Definition at line 153 of file MuonShowerInformationFiller.h.
{
return (lhs->globalPosition().phi() < rhs->globalPosition().phi());
}
Definition at line 157 of file MuonShowerInformationFiller.h.