ATLAS Offline Software
Loading...
Searching...
No Matches
MuonHoughTransformer::maximaCompare Class Reference
Collaboration diagram for MuonHoughTransformer::maximaCompare:

Public Member Functions

bool operator() (const std::pair< std::pair< int, int >, double > &lhs, const std::pair< std::pair< int, int >, double > &rhs) const

Detailed Description

Definition at line 132 of file MuonHoughTransformer.h.

Member Function Documentation

◆ operator()()

bool MuonHoughTransformer::maximaCompare::operator() ( const std::pair< std::pair< int, int >, double > & lhs,
const std::pair< std::pair< int, int >, double > & rhs ) const
inline

Definition at line 134 of file MuonHoughTransformer.h.

134 {
135 return lhs.second > rhs.second;
136 }

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