#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 phi.
Definition at line 78 of file FunctionObjects.h.
|
Definition at line 81 of file FunctionObjects.h.
00082 { return( a->phi() > b->phi() ) ; }
|
|
Definition at line 84 of file FunctionObjects.h.
00085 { return( a.phi() > b.phi() ) ; }
|