fastjet::atlas::JetSorter_Et Class Reference

#include <Jet.hh>

List of all members.

Public Member Functions

bool operator() (Jet *j1, Jet *j2)

Detailed Description

Definition at line 76 of file Jet.hh.


Member Function Documentation

bool fastjet::atlas::JetSorter_Et::operator() ( Jet j1,
Jet j2 
) [inline]

Definition at line 78 of file Jet.hh.

References fastjet::atlas::LorentzVector::et().

00078                                    {
00079     // deal with numerical uncertainty : 
00080     if(fabs( j1->et() - j2->et())<0.001 ) return 0;
00081     else return j1->et() > j2->et();
00082     //return (j1->et() > j2->et());    
00083   }


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

Generated on 26 Feb 2010 for fastjet by  doxygen 1.6.1