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

HepMC_helper::AscendingEta Class Reference

#include <AscendingEta.h>

List of all members.


Public Methods

bool operator() (const Particle *const a, const Particle *const b) const
bool operator() (const Particle &a, const Particle &b) const

Member Function Documentation

bool HepMC_helper::AscendingEta::operator() const Particle *const    a,
const Particle *const    b
const
 

Definition at line 261 of file HepMC_helper.cxx.

References HepMC_helper::Particle.

00262                                                                   { 
00263     return( a->momentum().pseudoRapidity() < 
00264             b->momentum().pseudoRapidity() ); }

bool HepMC_helper::AscendingEta::operator() const Particle   a,
const Particle   b
const
 

Definition at line 265 of file HepMC_helper.cxx.

References HepMC_helper::Particle.

00266                                                             { 
00267     return( a.momentum().pseudoRapidity() < 
00268             b.momentum().pseudoRapidity() ); 
00269   }

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