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

#include <PlaneLayer.h>

Collaboration diagram for Trk::PlaneLayerSorterZ:

Public Member Functions

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

Detailed Description

Functor for PlaneLayer Z-Sorting

Definition at line 142 of file PlaneLayer.h.

Constructor & Destructor Documentation

◆ PlaneLayerSorterZ()

Trk::PlaneLayerSorterZ::PlaneLayerSorterZ ( )
inline

Default Constructor.

Definition at line 145 of file PlaneLayer.h.

145 {}

Member Function Documentation

◆ operator()()

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

Definition at line 147 of file PlaneLayer.h.

147  {
148  return (one->center().z() < two->center().z());
149  }

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