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