ATLAS Offline Software
Public Member Functions | List of all members
eflowRecCluster::SortDescendingPt Class Reference

#include <eflowRecCluster.h>

Collaboration diagram for eflowRecCluster::SortDescendingPt:

Public Member Functions

bool operator() (const eflowRecCluster *a, const eflowRecCluster *b)
 

Detailed Description

Definition at line 123 of file eflowRecCluster.h.

Member Function Documentation

◆ operator()()

bool eflowRecCluster::SortDescendingPt::operator() ( const eflowRecCluster a,
const eflowRecCluster b 
)
inline

Definition at line 126 of file eflowRecCluster.h.

127  {
128  return CxxUtils::fpcompare::greater(a->getCluster()->pt(),
129  b->getCluster()->pt());
130  }

The documentation for this class 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