ATLAS Offline Software
Public Member Functions | List of all members
Trk::Mode3dFromFsmw1dFinder::Compare1dPosition Struct Reference
Collaboration diagram for Trk::Mode3dFromFsmw1dFinder::Compare1dPosition:

Public Member Functions

int operator() (const Amg::Vector3D &aa, Amg::Vector3D &bb) const
 

Detailed Description

Definition at line 126 of file Mode3dFromFsmw1dFinder.h.

Member Function Documentation

◆ operator()()

int Trk::Mode3dFromFsmw1dFinder::Compare1dPosition::operator() ( const Amg::Vector3D aa,
Amg::Vector3D bb 
) const
inline

Definition at line 127 of file Mode3dFromFsmw1dFinder.h.

128  {
129  return aa.x() < bb.x() ;
130  } ;

The documentation for this struct was generated from the following file:
test_AnalysisBaseEventLoopJob.aa
aa
Definition: test_AnalysisBaseEventLoopJob.py:37