#include <AscendingEta.h>
Public Member Functions | |
bool | operator() (const Particle *const a, const Particle *const b) const |
bool | operator() (const Particle &a, const Particle &b) const |
Definition at line 16 of file AscendingEta.h.
bool HepMC_helper::AscendingEta::operator() | ( | const Particle *const | a, | |
const Particle *const | b | |||
) | const |
Definition at line 419 of file HepMC_helper.cxx.
00420 { 00421 return( a.momentum().pseudoRapidity() < 00422 b.momentum().pseudoRapidity() ); 00423 }