#include <TDataItem.h>
This class is a predicate class for determining which of two data-items has the largest value. This is templated also, just to be consistent. To be used with fast STL algorithms.
Definition at line 208 of file TDataItem.h.
Public Member Functions | |
Bool_t | operator() (const TDataItem< T > *, const TDataItem< T > *) const |
|
Greater than operator.
Definition at line 215 of file TDataItem.h. References TDataItem::GetValue(). |
Here is the call graph for this function: