#include <FunctionObjects.h>
Public Methods | |
bool | operator() (const Atlfast::IKinematic *a, const Atlfast::IKinematic *b) const |
bool | operator() (const Atlfast::IKinematic &a, const Atlfast::IKinematic &b) const |
Used to sort a container of IKinematic objects or pointers by descending pT.
Definition at line 189 of file FunctionObjects.h.
|
Definition at line 192 of file FunctionObjects.h.
00193 { return( a->pT() > b->pT() ) ; }
|
|
Definition at line 195 of file FunctionObjects.h.
00196 { return( a.pT() > b.pT() ) ; }
|