Struct for sorting by decreasing 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 decreasing energy.
Definition at line 90 of file ParticleBase.hh.
bool operator() | ( | const ParticleBase * | left, | |
const ParticleBase * | right | |||
) | const [inline] |
Definition at line 95 of file ParticleBase.hh.
bool operator() | ( | const ParticleBase & | left, | |
const ParticleBase & | right | |||
) | const [inline] |
Definition at line 91 of file ParticleBase.hh.