ATLAS Offline Software
Public Member Functions | List of all members
CxxUtils::fpcompare_fn::greaterf Struct Reference

Compare two FP numbers, working around x87 precision issues. More...

#include <fpcompare.h>

Collaboration diagram for CxxUtils::fpcompare_fn::greaterf:

Public Member Functions

bool operator() (float a, float b) const
 

Detailed Description

Compare two FP numbers, working around x87 precision issues.

Definition at line 281 of file fpcompare.h.

Member Function Documentation

◆ operator()()

bool CxxUtils::fpcompare_fn::greaterf::operator() ( float  a,
float  b 
) const
inline

Definition at line 284 of file fpcompare.h.

285  { return fpcompare::greater (a, b); }

The documentation for this struct was generated from the following file:
CxxUtils::fpcompare::greater
bool greater(double a, double b)
Compare two FP numbers, working around x87 precision issues.
Definition: fpcompare.h:140
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10