ATLAS Offline Software
Loading...
Searching...
No Matches
InDet::compDetElements_Azimuthal Class Reference

#include <SiDetElementsComparison.h>

Collaboration diagram for InDet::compDetElements_Azimuthal:

Public Member Functions

bool operator() (const InDet::SiDetElementLink_xk &l1, const InDet::SiDetElementLink_xk &l2) const

Detailed Description

Definition at line 107 of file SiDetElementsComparison.h.

Member Function Documentation

◆ operator()()

bool InDet::compDetElements_Azimuthal::operator() ( const InDet::SiDetElementLink_xk & l1,
const InDet::SiDetElementLink_xk & l2 ) const
inline

Definition at line 111 of file SiDetElementsComparison.h.

113 {
114 return (l1.phi() < l2.phi());
115 }

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