fastjet 2.4.5
Public Member Functions
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().

                                   {
    // deal with numerical uncertainty : 
    if(fabs( j1->et() - j2->et())<0.001 ) return 0;
    else return j1->et() > j2->et();
    //return (j1->et() > j2->et());    
  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines