byEDescending Struct Reference

Struct for sorting by decreasing energy. More...

#include <Vector4.hh>

List of all members.

Public Member Functions

bool operator() (const FourMomentum &left, const FourMomentum &right) const
bool operator() (const FourMomentum *left, const FourVector *right) const

Detailed Description

Struct for sorting by decreasing energy.

Definition at line 458 of file Vector4.hh.


Member Function Documentation

bool operator() ( const FourMomentum left,
const FourVector right 
) const [inline]

Definition at line 463 of file Vector4.hh.

00463                                                                               {
00464         return (*this)(left, right);
00465       }

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

Definition at line 459 of file Vector4.hh.

00459                                                                                 {
00460         return byEAscending()(right, left);
00461       }


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