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

Public Member Functions

int operator() (const double &first, const double &second) const
 

Detailed Description

Definition at line 62 of file FsmwMode1dFinder.h.

Member Function Documentation

◆ operator()()

int Trk::FsmwMode1dFinder::CompareTheTwoDoubles::operator() ( const double &  first,
const double &  second 
) const
inline

Definition at line 64 of file FsmwMode1dFinder.h.

65  {
66  return first < second;
67  }

The documentation for this struct was generated from the following file:
python.SystemOfUnits.second
int second
Definition: SystemOfUnits.py:120
DeMoScan.first
bool first
Definition: DeMoScan.py:534