FourMomentum::byEDescending Struct Reference

#include <Vector4.hh>

List of all members.


Detailed Description

struct for sorting by decreasing energy

Definition at line 430 of file Vector4.hh.


Public Member Functions

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

Member Function Documentation

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

Definition at line 431 of file Vector4.hh.

00431                                                                                 {
00432         return byEAscending()(right, left);
00433       }

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

Definition at line 435 of file Vector4.hh.

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


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