Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 219 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 220 of file MuonLayerHoughTool.h.

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

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