ATLAS Offline Software
Loading...
Searching...
No Matches
Muon::SortHoughDataPerSector Struct Reference

#include <MuonLayerHoughTool.h>

Collaboration diagram for Muon::SortHoughDataPerSector:

Public Member Functions

bool operator() (const MuonLayerHoughTool::HoughDataPerSector *s1, const MuonLayerHoughTool::HoughDataPerSector *s2) const

Detailed Description

Definition at line 218 of file MuonLayerHoughTool.h.

Member Function Documentation

◆ operator()()

bool Muon::SortHoughDataPerSector::operator() ( const MuonLayerHoughTool::HoughDataPerSector * s1,
const MuonLayerHoughTool::HoughDataPerSector * s2 ) const
inline

Definition at line 219 of file MuonLayerHoughTool.h.

219 {
220 return s2->maxEtaHits() < s1->maxEtaHits();
221 }

The documentation for this struct was generated from the following file: