ATLAS Offline Software
Public Member Functions | List of all members
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)
 

Detailed Description

Definition at line 24 of file TrigInDetUtils.h.

Member Function Documentation

◆ operator()()

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  }

The documentation for this struct was generated from the following file:
WeightedCoordinate::m_x
double m_x
Definition: TrigInDetUtils.h:31