HepMC_helper::AscendingEta Class Reference

#include <AscendingEta.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 16 of file AscendingEta.h.


Member Function Documentation

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

Definition at line 415 of file HepMC_helper.cxx.

00416                                                                   { 
00417     return( a->momentum().pseudoRapidity() < 
00418             b->momentum().pseudoRapidity() ); }

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

Definition at line 419 of file HepMC_helper.cxx.

00420                                                             { 
00421     return( a.momentum().pseudoRapidity() < 
00422             b.momentum().pseudoRapidity() ); 
00423   }


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