ParticleBase::byETDescending Struct Reference

#include <ParticleBase.hh>

List of all members.


Detailed Description

Struct for sorting by decreasing transverse energy.

Definition at line 63 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 64 of file ParticleBase.hh.

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

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

Definition at line 68 of file ParticleBase.hh.

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


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