fastjet 2.4.5
Public Member Functions
fastjet::atlas::JetSorter_Eta Class Reference

#include <Jet.hh>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 93 of file Jet.hh.


Member Function Documentation

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

Definition at line 95 of file Jet.hh.

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

                                   {
    return (j1->eta() > j2->eta());
  }

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