Struct for sorting by increasing transverse energy. More...
#include <ParticleBase.hh>
Public Member Functions | |
bool | operator() (const ParticleBase &left, const ParticleBase &right) const |
bool | operator() (const ParticleBase *left, const ParticleBase *right) const |
Struct for sorting by increasing transverse energy.
Definition at line 50 of file ParticleBase.hh.
bool operator() | ( | const ParticleBase * | left, | |
const ParticleBase * | right | |||
) | const [inline] |
Definition at line 57 of file ParticleBase.hh.
bool operator() | ( | const ParticleBase & | left, | |
const ParticleBase & | right | |||
) | const [inline] |
Definition at line 51 of file ParticleBase.hh.
References FourMomentum::Et2(), and ParticleBase::momentum().