FourMomentum::byEDescending Struct Reference

#include <Vector4.hh>

List of all members.


Detailed Description

struct for sorting by decreasing energy

Definition at line 428 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 429 of file Vector4.hh.

00429                                                                                 {
00430         return byEAscending()(right, left);
00431       }

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

Definition at line 433 of file Vector4.hh.

00433                                                                               {
00434         return (*this)(left, right);
00435       }


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