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

#include <CylinderLayer.h>

Collaboration diagram for Trk::CylinderLayerSorterR:

Public Member Functions

 CylinderLayerSorterR ()
 Default Constructor. More...
 
bool operator() (const CylinderLayer *one, const CylinderLayer *two) const
 

Detailed Description

Functor for CylinderLayer R-Sorting

Definition at line 175 of file CylinderLayer.h.

Constructor & Destructor Documentation

◆ CylinderLayerSorterR()

Trk::CylinderLayerSorterR::CylinderLayerSorterR ( )
inline

Default Constructor.

Definition at line 178 of file CylinderLayer.h.

178 {}

Member Function Documentation

◆ operator()()

bool Trk::CylinderLayerSorterR::operator() ( const CylinderLayer one,
const CylinderLayer two 
) const
inline

Definition at line 180 of file CylinderLayer.h.

180  {
181  return (one->surfaceRepresentation().bounds().r() <
182  two->surfaceRepresentation().bounds().r());
183  }

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