SortAttribute::AscendingEta Class Reference

#include <FunctionObjects.h>

List of all members.

Public Member Functions

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 eta.

Definition at line 96 of file FunctionObjects.h.


Member Function Documentation

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

Definition at line 99 of file FunctionObjects.h.

00100       { return( a->eta() < b->eta() ) ; }

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

Definition at line 102 of file FunctionObjects.h.

00103       { return( a.eta() < b.eta() ) ; }


The documentation for this class was generated from the following file:
Generated on Fri Sep 21 13:21:01 2007 for AtlfastUtils by  doxygen 1.5.1