ParticleBase::byETDescending Struct Reference

#include <ParticleBase.hh>

List of all members.


Detailed Description

Struct for sorting by decreasing transverse energy.

Definition at line 64 of file ParticleBase.hh.


Public Member Functions

bool operator() (const ParticleBase &left, const ParticleBase &right) const
bool operator() (const ParticleBase *left, const ParticleBase *right) const

Member Function Documentation

bool operator() ( const ParticleBase left,
const ParticleBase right 
) const [inline]

Definition at line 65 of file ParticleBase.hh.

00065                                                                                  {
00066         return byETAscending()(right, left);
00067       }

bool operator() ( const ParticleBase left,
const ParticleBase right 
) const [inline]

Definition at line 69 of file ParticleBase.hh.

00069                                                                                  {
00070         return (*this)(*left, *right);
00071       }


The documentation for this struct was generated from the following file: