Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SortAttribute::AscendingPhi Class Reference

STL generic algorithm function object. More...

#include <FunctionObjects.h>

List of all members.


Public Methods

bool operator() (const Atlfast::IKinematic *a, const Atlfast::IKinematic *b) const
bool operator() (const Atlfast::IKinematic &a, const Atlfast::IKinematic &b) const

Detailed Description

STL generic algorithm function object.

Used to sort a container of IKinematic objects or pointers by ascending phi.

Definition at line 62 of file FunctionObjects.h.


Member Function Documentation

bool SortAttribute::AscendingPhi::operator() const Atlfast::IKinematic *    a,
const Atlfast::IKinematic *    b
const [inline]
 

Definition at line 65 of file FunctionObjects.h.

Referenced by operator()().

00065                                                                         { 
00066       return( a->phi() < b->phi() ) ; }

bool SortAttribute::AscendingPhi::operator() const Atlfast::IKinematic &    a,
const Atlfast::IKinematic &    b
const [inline]
 

Definition at line 69 of file FunctionObjects.h.

References operator()().

00070        { return this->operator() ( &a, &b ) ; }

The documentation for this class was generated from the following file:
Generated on Wed Jan 15 11:00:37 2003 for AtlfastUtils by doxygen1.3-rc1