ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::CylinderLayerSorterR Class Reference

Functor for CylinderLayer R-Sorting. More...

#include <CylinderLayer.h>

Collaboration diagram for Trk::CylinderLayerSorterR:

Public Member Functions

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

Detailed Description

Functor for CylinderLayer R-Sorting.

Definition at line 180 of file CylinderLayer.h.

Constructor & Destructor Documentation

◆ CylinderLayerSorterR()

Trk::CylinderLayerSorterR::CylinderLayerSorterR ( )
inline

Default Constructor.

Definition at line 183 of file CylinderLayer.h.

183{}

Member Function Documentation

◆ operator()()

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

Definition at line 185 of file CylinderLayer.h.

185 {
186 return (one->surfaceRepresentation().bounds().r() <
187 two->surfaceRepresentation().bounds().r());
188 }

The documentation for this class was generated from the following file: