Public Member Functions | |
LessPerp () | |
bool | operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &lhs, const MuonTransientTrackingRecHit::MuonRecHitPointer &rhs) const |
Public Attributes | |
GlobalPoint | thePoint |
Definition at line 160 of file MuonShowerInformationFiller.h.
MuonShowerInformationFiller::LessPerp::LessPerp | ( | ) | [inline] |
Definition at line 161 of file MuonShowerInformationFiller.h.
: thePoint(0,0,0) {}
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());
}
Definition at line 166 of file MuonShowerInformationFiller.h.