#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 ascending pT.
Definition at line 174 of file FunctionObjects.h.
|
Definition at line 177 of file FunctionObjects.h.
00178 { return( a->pT() < b->pT() ) ; }
|
|
Definition at line 180 of file FunctionObjects.h.
00181 { return( a.pT() < b.pT() ) ; }
|