ATLAS Offline Software
Public Member Functions | List of all members
Trk::PlaneLayerSorterY Class Reference

#include <PlaneLayer.h>

Collaboration diagram for Trk::PlaneLayerSorterY:

Public Member Functions

 PlaneLayerSorterY ()
 Default Constructor. More...
 
bool operator() (const PlaneLayer *one, const PlaneLayer *two) const
 

Detailed Description

Functor for PlaneLayer Y-Sorting

Definition at line 129 of file PlaneLayer.h.

Constructor & Destructor Documentation

◆ PlaneLayerSorterY()

Trk::PlaneLayerSorterY::PlaneLayerSorterY ( )
inline

Default Constructor.

Definition at line 132 of file PlaneLayer.h.

132 {}

Member Function Documentation

◆ operator()()

bool Trk::PlaneLayerSorterY::operator() ( const PlaneLayer one,
const PlaneLayer two 
) const
inline

Definition at line 134 of file PlaneLayer.h.

134  {
135  return (one->center().y() < two->center().y());
136  }

The documentation for this class was generated from the following file:
Trk::one
@ one
Definition: TrkDetDescr/TrkSurfaces/TrkSurfaces/RealQuadraticEquation.h:22
Trk::two
@ two
Definition: TrkDetDescr/TrkSurfaces/TrkSurfaces/RealQuadraticEquation.h:23