#include <FunctionObjects.h>
Public Methods | |
DeltaPhi (Atlfast::IKinematic *reference) | |
DeltaPhi (Atlfast::IKinematic &reference) | |
bool | operator() (const Atlfast::IKinematic *a, const Atlfast::IKinematic *b) const |
bool | operator() (const Atlfast::IKinematic &a, const Atlfast::IKinematic &b) const |
Private Attributes | |
Atlfast::IKinematic * | ref |
Used to sort a container of IKinematic objects or pointers in delta phi from a reference IKinematic.
Definition at line 239 of file FunctionObjects.h.
|
Definition at line 247 of file FunctionObjects.h. References ref.
00247 : ref(reference) {} |
|
Definition at line 248 of file FunctionObjects.h. References ref.
00248 : ref(&reference) {} |
|
Definition at line 252 of file FunctionObjects.h. References ref. Referenced by operator()().
|
|
Definition at line 262 of file FunctionObjects.h. References operator()().
00263 { return this->operator() ( &a, &b ) ; } |
|
Definition at line 242 of file FunctionObjects.h. Referenced by DeltaPhi(), and operator()(). |