ATLAS Offline Software
Public Member Functions | List of all members
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 220 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 221 of file MuonLayerHoughTool.h.

221  {
222  return s2->maxEtaHits() < s1->maxEtaHits();
223  }

The documentation for this struct was generated from the following file:
ReadCellNoiseFromCoolCompare.s1
s1
Definition: ReadCellNoiseFromCoolCompare.py:378
ReadCellNoiseFromCoolCompare.s2
s2
Definition: ReadCellNoiseFromCoolCompare.py:379