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 434 of file Vector4.hh.


Member Function Documentation

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

Definition at line 439 of file Vector4.hh.

00439                                                                               {
00440         return (*this)(left, right);
00441       }

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

Definition at line 435 of file Vector4.hh.

00435                                                                                 {
00436         return byEAscending()(right, left);
00437       }


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