ATLAS Offline Software
Public Member Functions | List of all members
Trk::MaterialAllocator::compareByDistance Class Reference
Collaboration diagram for Trk::MaterialAllocator::compareByDistance:

Public Member Functions

bool operator() (const std::pair< double, FitMeasurement * > &x, const std::pair< double, FitMeasurement * > &y) const
 

Detailed Description

Definition at line 197 of file MaterialAllocator.h.

Member Function Documentation

◆ operator()()

bool Trk::MaterialAllocator::compareByDistance::operator() ( const std::pair< double, FitMeasurement * > &  x,
const std::pair< double, FitMeasurement * > &  y 
) const
inline

Definition at line 199 of file MaterialAllocator.h.

200  {
201  return x.first < y.first;
202  }

The documentation for this class was generated from the following file:
Trk::y
@ y
Definition: ParamDefs.h:62
Trk::x
@ x
Definition: ParamDefs.h:61