ATLAS Offline Software
Loading...
Searching...
No Matches
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 }
static Double_t a
bool greater(double a, double b)
Compare two FP numbers, working around x87 precision issues.
Definition fpcompare.h:140

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