ATLAS Offline Software
Loading...
Searching...
No Matches
WeightedCoordinate::Comparator Struct Reference

#include <TrigInDetUtils.h>

Collaboration diagram for WeightedCoordinate::Comparator:

Public Member Functions

bool operator() (const struct WeightedCoordinate &wc1, const struct WeightedCoordinate &wc2)
bool operator() (const struct WeightedCoordinate &wc1, const struct WeightedCoordinate &wc2)

Detailed Description

Definition at line 24 of file TrigInDetUtils.h.

Member Function Documentation

◆ operator()() [1/2]

bool WeightedCoordinate::Comparator::operator() ( const struct WeightedCoordinate & wc1,
const struct WeightedCoordinate & wc2 )
inline

Definition at line 25 of file TrigInDetUtils.h.

25 {
26 return (wc2.m_x > wc1.m_x);
27 }

◆ operator()() [2/2]

bool WeightedCoordinate::Comparator::operator() ( const struct WeightedCoordinate & wc1,
const struct WeightedCoordinate & wc2 )
inline

Definition at line 25 of file TrigInDetR3Utils.h.

25 {
26 return (wc2.m_x > wc1.m_x);
27 }

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